aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/rule.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-11-01 09:42:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-11-01 09:42:57 +0200
commite745077de53aa0e21affea66c2f55bba172ec286 (patch)
treed5e52e449f8981c19aef7223c9365f7d9f2f5bc3 /libbuild2/rule.cxx
parenta49b6fff2ba25bf9150f89a4ecfc2c707ba633de (diff)
Add support for adjusting match options of post hoc prerequisites
Diffstat (limited to 'libbuild2/rule.cxx')
-rw-r--r--libbuild2/rule.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx
index 04d6b38..a3e3268 100644
--- a/libbuild2/rule.cxx
+++ b/libbuild2/rule.cxx
@@ -23,6 +23,11 @@ namespace build2
}
void rule::
+ apply_posthoc (action, target&, match_extra&) const
+ {
+ }
+
+ void rule::
reapply (action, target&, match_extra&) const
{
// Unless the rule overrode cur_options, this function should never get