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