From c118289bb5ef5760df0da8d969b7e05ef4e2ca77 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:27:40 -0500 Subject: [PATCH] Update ToolsTOR.py --- pythonlib/games/ToolsTOR.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index 427c65c..bb503ab 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -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")