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.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx
index 18824cb..d809050 100644
--- a/build2/cc/common.hxx
+++ b/build2/cc/common.hxx
@@ -220,9 +220,10 @@ namespace build2
bool,
lflags,
const function<bool (const file&, bool)>&,
- const function<void (const file*, const string&, lflags, bool)>&,
+ const function<void (const file* const*, const string&, lflags, bool)>&,
const function<void (const file&, const string&, bool, bool)>&,
- bool = false) const;
+ bool = false,
+ small_vector<const file*, 16>* = nullptr) const;
const target*
search_library (action a,