From 7161b24963dd9da4d218f92c736b77c35c328a2d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Jun 2019 08:36:51 +0200 Subject: Fix member-group linkup issue in previous fix We cannot linkup prerequisite targets since we are not matching them. --- build2/cc/link-rule.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/link-rule.hxx') diff --git a/build2/cc/link-rule.hxx b/build2/cc/link-rule.hxx index 2df22cf..14a8570 100644 --- a/build2/cc/link-rule.hxx +++ b/build2/cc/link-rule.hxx @@ -34,7 +34,7 @@ namespace build2 }; match_result - match (action, target&, ltype, bool) const; + match (action, const target&, const target*, otype, bool) const; virtual bool match (action, target&, const string&) const override; -- cgit v1.1