aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-03-30 14:12:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-03-30 14:15:16 +0200
commit05135e5f7bd152db293bbe67f394bb58309856e9 (patch)
treefb8575351c80b44b4fdc16b9e95a48e67081c40e /libbuild2/cc/common.hxx
parent441c75f68ca1adfcf833ae778ac150baf16ded2f (diff)
Infrastructure for library metadata support
Diffstat (limited to 'libbuild2/cc/common.hxx')
-rw-r--r--libbuild2/cc/common.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx
index 81cebda..56cde19 100644
--- a/libbuild2/cc/common.hxx
+++ b/libbuild2/cc/common.hxx
@@ -423,7 +423,8 @@ namespace build2
const pair<path, path>&,
const dir_path&,
const dir_paths&,
- const dir_paths&) const;
+ const dir_paths&,
+ bool) const;
bool
pkgconfig_load (action, const scope&,
@@ -432,7 +433,8 @@ namespace build2
const string&,
const dir_path&,
const dir_paths&,
- const dir_paths&) const;
+ const dir_paths&,
+ bool) const;
};
}
}