From 42131c57e7bc35765d94446f0be356bbceaf525b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 Sep 2018 17:36:20 +0200 Subject: Only consider common .pc file for binless variant if there is no binfull --- build2/cc/common.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/cc/common.hxx') diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx index 2a1a2dd..deed573 100644 --- a/build2/cc/common.hxx +++ b/build2/cc/common.hxx @@ -311,7 +311,8 @@ namespace build2 pair pkgconfig_search (const dir_path&, const optional&, - const string&) const; + const string&, + bool) const; void pkgconfig_load (action, const scope&, -- cgit v1.1