diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-01 09:42:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-01 10:36:28 +0200 |
commit | ae9baf01f2a9627b7f1f2dc9db349d89c992f740 (patch) | |
tree | 15acf856697d604b3df4e8f80dd09d938dff3295 /libbuild2/rule.cxx | |
parent | 50f9844b8a97aa06edf09b6d8a538721a0cd24ea (diff) |
Add support for adjusting match options of post hoc prerequisites
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 |