diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-01 09:44:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-01 10:36:28 +0200 |
commit | 7bcb45cba78795dccdb2684f6f290daeb8bab488 (patch) | |
tree | cd7dfc7182b82dc302bf62d539ac49b1ca7581dc /libbuild2/cc/install-rule.hxx | |
parent | ae9baf01f2a9627b7f1f2dc9db349d89c992f740 (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: |