diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-20 09:43:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-26 13:29:24 +0200 |
commit | f264a2e81ef9ce80c302757c5900b55d9140af2b (patch) | |
tree | a45de123f3741d2def02fbf304c0b67f32a69874 /libbuild2/algorithm.hxx | |
parent | 4d34633cfbd3936cb4d20545b48a031ba011db4c (diff) |
WIP: drag options up the stack
Diffstat (limited to 'libbuild2/algorithm.hxx')
-rw-r--r-- | libbuild2/algorithm.hxx | 5 |
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. // |