diff --git a/source-builder/sb/windows.py b/source-builder/sb/windows.py index 0eabf9c..983ba12 100644 --- a/source-builder/sb/windows.py +++ b/source-builder/sb/windows.py @@ -158,7 +158,7 @@ def load(): # # Search the MSYS2 install tree for a suitable python. # - if sys.platform == 'msys' or True: + if sys.platform == 'msys': e = execute.capture_execution() exit_code, proc, output = e.shell("sh -c mount") if exit_code != 0: