Skip to content

Commit d3a989f

Browse files
committed
not sure why this changed...but it changed in mingw64?
1 parent 1f3dadc commit d3a989f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpy-cross/mpy-cross.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include ../py/mkenv.mk
88

99
ifeq ($(OS),Windows_NT)
1010
# Detect a MINGW32 build, and change the name of the final executable.
11-
PROG ?= mpy-cross.exe
11+
PROG ?= mpy-cross
1212
else
1313
PROG ?= mpy-cross
1414
endif

0 commit comments

Comments
 (0)