From 05135e5f7bd152db293bbe67f394bb58309856e9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Mar 2022 14:12:34 +0200 Subject: Infrastructure for library metadata support --- libbuild2/cc/common.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libbuild2/cc/common.hxx') 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&, 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; }; } } -- cgit v1.1