aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-04-13 15:38:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-04-13 15:38:20 +0200
commitc1f396592c5942222fb5446207ab56e8714420e8 (patch)
treefa8c058b24658ee85fb10ea3ef7484e6b8af9768 /libbuild2/cc/common.hxx
parent4dc1a0acf65b837206cfc03c546ffa9ed6623be1 (diff)
Add ../share/pkgconfig/ search directory by default on Linux
Diffstat (limited to 'libbuild2/cc/common.hxx')
-rw-r--r--libbuild2/cc/common.hxx2
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&,