From f0edc0e2b67fa43c4e2410c7d3d8f1841d576749 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Aug 2016 16:37:16 +0200 Subject: Add pkg-config support for import installed Redesign library importing/exporting while at it. --- build2/bin/init.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/bin') diff --git a/build2/bin/init.cxx b/build2/bin/init.cxx index 125bc7d..bf7dd69 100644 --- a/build2/bin/init.cxx +++ b/build2/bin/init.cxx @@ -30,8 +30,8 @@ namespace build2 // Default config.bin.*.lib values. // static const strings exe_lib {"shared", "static"}; - static const strings liba_lib {"static"}; - static const strings libs_lib {"shared"}; + static const strings liba_lib {"static", "shared"}; + static const strings libs_lib {"shared", "static"}; bool config_init (scope& r, -- cgit v1.1