aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/common.hxx')
-rw-r--r--build2/cc/common.hxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx
index 951863a..66c226c 100644
--- a/build2/cc/common.hxx
+++ b/build2/cc/common.hxx
@@ -266,15 +266,12 @@ namespace build2
extract_library_dirs (const scope&) const;
bool
- pkgconfig_extract (action,
- const scope&,
- bin::lib&,
- bin::liba*,
- bin::libs*,
- const optional<string>&,
- const string&,
- const dir_path&,
- const dir_paths&) const; // pkgconfig.cxx
+ pkgconfig_load (action, const scope&,
+ bin::lib&, bin::liba*, bin::libs*,
+ const optional<string>&,
+ const string&,
+ const dir_path&,
+ const dir_paths&) const; // pkgconfig.cxx
// Alternative search logic for VC (msvc.cxx).
//