diff options
Diffstat (limited to 'libbuild2/cc/common.hxx')
-rw-r--r-- | libbuild2/cc/common.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx index 7d8424f..78442f8 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -316,7 +316,7 @@ namespace build2 const function<bool (const target&, bool)>&, const function<bool (const target* const*, const small_vector<reference_wrapper<const string>, 2>&, - lflags, bool)>&, + lflags, const string*, bool)>&, const function<bool (const target&, const string&, bool, bool)>&, bool = false, library_cache* = nullptr, |