From 545176a3cf2df9f33f9033e667a12f9ae047c98b Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Fri, 31 Jan 2025 22:59:48 -0500 Subject: [PATCH] Rebuild foresta.rel.szs with nonmatching flag --- tools/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/project.py b/tools/project.py index c166af16..8c4a2d78 100644 --- a/tools/project.py +++ b/tools/project.py @@ -1276,7 +1276,7 @@ def generate_build_ninja( n.comment("Default rule") if build_config: if config.non_matching: - n.default(link_outputs) + n.default(link_outputs + [foresta_szs_path]) elif config.progress: n.default([progress_path, foresta_szs_path]) else: