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 f15bf23..64de228 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -298,7 +298,7 @@ namespace build2 const function<bool (const target&, const string&, bool, bool)>&, bool = false, library_cache* = nullptr, - small_vector<const target*, 16>* = nullptr) const; + small_vector<const target*, 24>* = nullptr) const; const target* search_library (action a, |