diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-01 09:44:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-01 09:44:05 +0200 |
commit | bc0d26129a33967576485092c292451f4d4d5115 (patch) | |
tree | ceb7725f054bae526d7bc24d5d2f32dbb98ad2ed /libbuild2/cc/install-rule.hxx | |
parent | e745077de53aa0e21affea66c2f55bba172ec286 (diff) |
Handle match options for post hoc libs{} prerequisites in cc::install_rule
Diffstat (limited to 'libbuild2/cc/install-rule.hxx')
-rw-r--r-- | libbuild2/cc/install-rule.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/cc/install-rule.hxx b/libbuild2/cc/install-rule.hxx index 9d9211b..771c33b 100644 --- a/libbuild2/cc/install-rule.hxx +++ b/libbuild2/cc/install-rule.hxx @@ -55,6 +55,9 @@ namespace build2 apply (action, target&, match_extra&) const override; virtual void + apply_posthoc (action, target&, match_extra&) const override; + + virtual void reapply (action, target&, match_extra&) const override; virtual bool @@ -97,6 +100,9 @@ namespace build2 apply (action, target&, match_extra&) const override; virtual void + apply_posthoc (action, target&, match_extra&) const override; + + virtual void reapply (action, target&, match_extra&) const override; private: |