diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-01 09:42:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-01 09:42:57 +0200 |
commit | e745077de53aa0e21affea66c2f55bba172ec286 (patch) | |
tree | d5e52e449f8981c19aef7223c9365f7d9f2f5bc3 /libbuild2/target.ixx | |
parent | a49b6fff2ba25bf9150f89a4ecfc2c707ba633de (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:: |