From 8d1735e04faadaa6765c71b12a96188e6d56c9fa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Feb 2018 12:27:11 +0200 Subject: Don't ignore objX{} and bmiX{} prerequisites in cc::link_rule --- build2/cc/pkgconfig.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'build2/cc/pkgconfig.cxx') diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx index 697a60e..9d52db9 100644 --- a/build2/cc/pkgconfig.cxx +++ b/build2/cc/pkgconfig.cxx @@ -1345,10 +1345,7 @@ namespace build2 // @@ UTL: we need to (recursively) see through libux{} (and // also in search_modules()). // - if (pt != nullptr && - (pt->is_a () || - pt->is_a () || - pt->is_a ())) + if (pt != nullptr && pt->is_a ()) { // What we have is a binary module interface. What we need is // a module interface source it was built from. We assume it's -- cgit v1.1