not sure why this changed...but it changed in mingw64?
This commit is contained in:
parent
1f3dadcbb9
commit
d3a989f274
|
@ -8,7 +8,7 @@ include ../py/mkenv.mk
|
|||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
# Detect a MINGW32 build, and change the name of the final executable.
|
||||
PROG ?= mpy-cross.exe
|
||||
PROG ?= mpy-cross
|
||||
else
|
||||
PROG ?= mpy-cross
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue