diff options
Diffstat (limited to 'libbuild2/rule.cxx')
-rw-r--r-- | libbuild2/rule.cxx | 5 |
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 |