aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-09-05 17:36:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-09-05 17:36:20 +0200
commit42131c57e7bc35765d94446f0be356bbceaf525b (patch)
treecc32bb5b2a43ce3bd6aac336cc88b9f26db15488 /build2/cc/common.hxx
parent62d85f3c6f9ca72039a122f84b18bd9d56dfa4aa (diff)
Only consider common .pc file for binless variant if there is no binfull
Diffstat (limited to 'build2/cc/common.hxx')
-rw-r--r--build2/cc/common.hxx3
1 files changed, 2 insertions, 1 deletions
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<path, path>
pkgconfig_search (const dir_path&,
const optional<project_name>&,
- const string&) const;
+ const string&,
+ bool) const;
void
pkgconfig_load (action, const scope&,