From 78724c86b63d08b08ebe8be2a98856a7c9dc6d75 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 24 Aug 2016 16:50:03 +0200 Subject: Pick *.libs variable depending on library type during static linking --- build2/cc/common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/cc/common') diff --git a/build2/cc/common b/build2/cc/common index 987fe7b..ff6841f 100644 --- a/build2/cc/common +++ b/build2/cc/common @@ -57,6 +57,8 @@ namespace build2 const variable& c_export_loptions; const variable& c_export_libs; + const variable& c_type; // cc.type + const variable& x_std; const variable& x_id; -- cgit v1.1