mirror of
https://github.com/zeldaret/ph
synced 2026-05-26 23:47:18 -04:00
Remove support for Python on MSYS
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ CC_INCLUDES = " ".join(f"-i {include}" for include in includes)
|
||||
EXE = ""
|
||||
WINE = ""
|
||||
system = platform.system()
|
||||
if system == "Windows" or system.startswith("MSYS") or system.startswith("MINGW"):
|
||||
if system == "Windows":
|
||||
system = "windows"
|
||||
EXE = ".exe"
|
||||
elif system == "Linux":
|
||||
|
||||
+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