From ae9baf01f2a9627b7f1f2dc9db349d89c992f740 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Nov 2023 09:42:57 +0200 Subject: Add support for adjusting match options of post hoc prerequisites --- libbuild2/target.ixx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/target.ixx') 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:: -- cgit v1.1