aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link-rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-27 08:36:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-27 08:36:51 +0200
commit7161b24963dd9da4d218f92c736b77c35c328a2d (patch)
tree7a09a34194c11000b2e530649751020414f45999 /build2/cc/link-rule.hxx
parentd1fbcace59846d55c66e741dbc3d59e20ae3e5cf (diff)
Fix member-group linkup issue in previous fix
We cannot linkup prerequisite targets since we are not matching them.
Diffstat (limited to 'build2/cc/link-rule.hxx')
-rw-r--r--build2/cc/link-rule.hxx2
1 files changed, 1 insertions, 1 deletions
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;