Rebuild foresta.rel.szs with nonmatching flag

This commit is contained in:
Cuyler36
2025-01-31 22:59:48 -05:00
parent 395bea87ab
commit 545176a3cf
+1 -1
View File
@@ -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: