aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/algorithm.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-10-20 09:43:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-10-26 13:29:24 +0200
commitf264a2e81ef9ce80c302757c5900b55d9140af2b (patch)
treea45de123f3741d2def02fbf304c0b67f32a69874 /libbuild2/algorithm.hxx
parent4d34633cfbd3936cb4d20545b48a031ba011db4c (diff)
WIP: drag options up the stack
Diffstat (limited to 'libbuild2/algorithm.hxx')
-rw-r--r--libbuild2/algorithm.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/libbuild2/algorithm.hxx b/libbuild2/algorithm.hxx
index 983e7f5..32ab7be 100644
--- a/libbuild2/algorithm.hxx
+++ b/libbuild2/algorithm.hxx
@@ -434,7 +434,10 @@ namespace build2
// See also the companion execute_delegate().
//
recipe
- match_delegate (action, target&, const rule&, bool try_match = false);
+ match_delegate (action, target&,
+ const rule&,
+ bool try_match = false,
+ uint64_t options = match_extra::all_options);
// Incrementing the dependency counts of the specified target.
//