You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Update ToolsTOR.py
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user