From 32e04ad4b4a8dec07836b7c9fcf90fe72a006990 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 25 Aug 2018 17:40:21 +0200 Subject: Implement missing pieces in utility libraries support In particular, we can now build static libraries out of utility libraries. --- build2/cc/common.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build2/cc/common.hxx') 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&, - const function&, + const function&, const function&, - bool = false) const; + bool = false, + small_vector* = nullptr) const; const target* search_library (action a, -- cgit v1.1