diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-07 08:36:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-07 08:36:29 +0200 |
commit | 7ee735c0a99b29979594920262db13b4939b3c2c (patch) | |
tree | 114c36104ea2cc1e1c83001d404616dd803ae954 /libbuild2/cc/pkgconfig.cxx | |
parent | 45ee1a71a27a938db9ffe7218f3a19b585de63b4 (diff) |
Verify libraries and targets they are linked to a for-install-compatible
Diffstat (limited to 'libbuild2/cc/pkgconfig.cxx')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 7b4f86d..3e74452 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -1666,6 +1666,7 @@ namespace build2 const target* const* lc, const small_vector<reference_wrapper<const string>, 2>& ns, lflags, + const string*, bool) { const file* l (lc != nullptr ? &(*lc)->as<file> () : nullptr); |