diff options
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]) { |