diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-13 15:38:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-13 15:38:20 +0200 |
commit | c1f396592c5942222fb5446207ab56e8714420e8 (patch) | |
tree | fa8c058b24658ee85fb10ea3ef7484e6b8af9768 /libbuild2/cc/common.hxx | |
parent | 4dc1a0acf65b837206cfc03c546ffa9ed6623be1 (diff) |
Add ../share/pkgconfig/ search directory by default on Linux
Diffstat (limited to 'libbuild2/cc/common.hxx')
-rw-r--r-- | libbuild2/cc/common.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx index ee722bd..422b761 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -354,7 +354,7 @@ namespace build2 using pkgconfig_callback = function<bool (dir_path&& d)>; bool - pkgconfig_search (const dir_path&, const pkgconfig_callback&) const; + pkgconfig_derive (const dir_path&, const pkgconfig_callback&) const; pair<path, path> pkgconfig_search (const dir_path&, |