From 7bcb45cba78795dccdb2684f6f290daeb8bab488 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Nov 2023 09:44:05 +0200 Subject: Handle match options for post hoc libs{} prerequisites in cc::install_rule --- libbuild2/cc/install-rule.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libbuild2/cc/install-rule.hxx') 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: -- cgit v1.1