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/target.ixx | |
parent | 50f9844b8a97aa06edf09b6d8a538721a0cd24ea (diff) |
Add support for adjusting match options of post hoc prerequisites
Diffstat (limited to 'libbuild2/target.ixx')
-rw-r--r-- | libbuild2/target.ixx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/target.ixx b/libbuild2/target.ixx index 03cf444..ad09cd4 100644 --- a/libbuild2/target.ixx +++ b/libbuild2/target.ixx @@ -142,6 +142,7 @@ namespace build2 fallback = f; cur_options = all_options; new_options = 0; + posthoc_prerequisite_targets = nullptr; } inline void match_extra:: |