diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-12 13:49:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-13 10:55:55 +0200 |
commit | f1331c281f0842bd0a113cc966fa2b0b57353904 (patch) | |
tree | c3912d6b1392f23010e6a8fd072073b81647f959 /libbuild2/cc/common.hxx | |
parent | dc8f0267c332e405a698545c98478756165c908e (diff) |
Add automatic interface dependency deduplication in cc::process_libraries()
Diffstat (limited to 'libbuild2/cc/common.hxx')
-rw-r--r-- | libbuild2/cc/common.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx index 017573d..2d2145a 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -320,7 +320,8 @@ namespace build2 const function<bool (const target&, const string&, bool, bool)>&, bool = false, library_cache* = nullptr, - small_vector<const target*, 24>* = nullptr) const; + small_vector<const target*, 24>* = nullptr, + vector<const target*>* = nullptr) const; const target* search_library (action a, |