Update ToolsTOR.py

This commit is contained in:
Mc-muffin
2024-07-29 16:27:40 -05:00
parent a5594602d3
commit c118289bb5

View File

@@ -880,7 +880,7 @@ class ToolsTOR(ToolsTales):
env["PATH"] = f"{bin_path.as_posix()};{cc_path.as_posix()};{dll_path.as_posix()};{env['PATH']}"
r = subprocess.run(
[
"make.exe",
str(self.paths["tools"] / "bin" / "make.exe"),
],
env=env,
cwd=str(self.paths["tools"] / "hacks")