mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
Update Makefile
Fixes python3 not found when running make on windows
This commit is contained in:
parent
26990ca23a
commit
dab90a9162
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ ifeq ($(OS),Windows_NT)
|
|||||||
ifeq ($(TERM),cygwin)
|
ifeq ($(TERM),cygwin)
|
||||||
PY3 := py -3 # Windows / CMD/PowerShell
|
PY3 := py -3 # Windows / CMD/PowerShell
|
||||||
else
|
else
|
||||||
PY3 := python3 # Windows / MSYS2
|
PY3 := py # Windows / MSYS2
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
PY3 := python3 # Unix-like
|
PY3 := python3 # Unix-like
|
||||||
|
Loading…
x
Reference in New Issue
Block a user