Fix transform_dep.py usage with sjiswrap

This commit is contained in:
Luke Street
2023-09-14 17:41:01 -04:00
parent 2f7c96767b
commit 0a17821cbe
+2
View File
@@ -323,7 +323,9 @@ def generate_build_ninja(config, build_config):
if os.name != "nt":
transform_dep = config.tools_dir / "transform_dep.py"
mwcc_cmd += f" && $python {transform_dep} $basefile.d $basefile.d"
mwcc_sjis_cmd += f" && $python {transform_dep} $basefile.d $basefile.d"
mwcc_implicit.append(transform_dep)
mwcc_sjis_implicit.append(transform_dep)
n.comment("Link ELF file")
n.rule(