diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-12 09:27:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-12 09:27:24 +0200 |
commit | 7382e4bf15d11b9200d6220b2a89e1f82b220c5e (patch) | |
tree | 1d3614f58ed7fe5e2154fa9ea189b7bd01557352 /libbuild2/cc/common.cxx | |
parent | 037e5e9224648fdc9f3956d612fb476966847f5c (diff) |
Avoid duplication in Libs/Libs.private in generated .pc files
Diffstat (limited to 'libbuild2/cc/common.cxx')
-rw-r--r-- | libbuild2/cc/common.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/cc/common.cxx b/libbuild2/cc/common.cxx index d9afd21..934ea38 100644 --- a/libbuild2/cc/common.cxx +++ b/libbuild2/cc/common.cxx @@ -305,7 +305,9 @@ namespace build2 // if (impl && !c_e_libs.defined () && !x_e_libs.defined ()) { +#if 0 assert (top_li); // Must pick a member if implementation (see above). +#endif for (const prerequisite_target& pt: l.prerequisite_targets[a]) { |