From 3ac5998ee4d5e30a35ce7c043b9389598d7f147f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 13 Nov 2020 11:05:31 +0200 Subject: Minor tracing fix and addition --- libbuild2/cc/common.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/cc/common.cxx') diff --git a/libbuild2/cc/common.cxx b/libbuild2/cc/common.cxx index f848003..7d2fd63 100644 --- a/libbuild2/cc/common.cxx +++ b/libbuild2/cc/common.cxx @@ -819,7 +819,10 @@ namespace build2 } if (pd == nullptr) + { + l5 ([&]{trace << "no library found for " << p;}); return nullptr; + } // Enter (or find) the lib{} target group. // -- cgit v1.1