mirror of
https://github.com/zeldaret/ph
synced 2026-07-29 07:32:39 -04:00
Remove support for Python on MSYS
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ root_path = tools_path.parent
|
||||
|
||||
EXE = ""
|
||||
system = platform.system()
|
||||
if system == "Windows" or system.startswith("MSYS") or system.startswith("MINGW"):
|
||||
if system == "Windows":
|
||||
system = "windows"
|
||||
EXE = ".exe"
|
||||
elif system == "Linux":
|
||||
|
||||
Reference in New Issue
Block a user