diff --git a/Makefile b/Makefile index 986522e7..7ff49e5a 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ ifeq ($(OS),Windows_NT) ifeq ($(TERM),cygwin) PY3 := py -3 # Windows / CMD/PowerShell else - PY3 := python3 # Windows / MSYS2 + PY3 := py # Windows / MSYS2 endif else PY3 := python3 # Unix-like