not sure why this changed...but it changed in mingw64?

This commit is contained in:
lady ada 2022-04-08 16:55:49 -04:00
parent 1f3dadcbb9
commit d3a989f274
1 changed files with 1 additions and 1 deletions

View File

@ -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