Update ToolsTOR.py

This commit is contained in:
Mc-muffin
2024-07-29 16:56:23 -05:00
parent c118289bb5
commit 73239ef0e5

View File

@@ -881,6 +881,8 @@ class ToolsTOR(ToolsTales):
r = subprocess.run(
[
str(self.paths["tools"] / "bin" / "make.exe"),
"SHELL=cmd",
".SHELLFLAGS=//c"
],
env=env,
cwd=str(self.paths["tools"] / "hacks")