From a18661636cd169b0912cc58c623fdd69e3250229 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Mar 2020 12:56:12 +0200 Subject: Generate common .pc file in addition to static/staged when installing lib{} The common .pc file is produced by ignoring any static/shared-specific poptions and splitting loptions/libs into Libs/Libs.private. It is "best effort", in a sense that it's not guaranteed to be sufficient in all cases, but it will probably cover the majority of cases, even on Windows, thanks to automatic dllimport'ing of functions. --- libbuild2/bin/target.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/bin') diff --git a/libbuild2/bin/target.cxx b/libbuild2/bin/target.cxx index a8f3bf0..bf701c9 100644 --- a/libbuild2/bin/target.cxx +++ b/libbuild2/bin/target.cxx @@ -83,7 +83,7 @@ namespace build2 // running serial. For the members it is also safe to set the group during // creation. - // obj*{} and [h]bmi*{} member factory. + // obj*{}, lib*{}, and [h]bmi*{} member factory. // template static target* -- cgit v1.1