From 1c7cbb302b1c6e41eb0c5cecfc655532f1919cba Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Jul 2017 13:46:26 +0200 Subject: Implement support for linking whole archive --- build2/cc/common.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/cc/common.hxx') diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx index 6e1d8b9..951863a 100644 --- a/build2/cc/common.hxx +++ b/build2/cc/common.hxx @@ -198,8 +198,9 @@ namespace build2 const dir_paths&, const file&, bool, + lflags, const function&, - const function&, + const function&, const function&, bool = false) const; -- cgit v1.1