Skip to content

Commit 7ea1919

Browse files
committed
fix name of windows mpy-cross executable
.. since 1.17, the main part of the build system takes care of adding the ".exe" extension.
1 parent 8d8f83b commit 7ea1919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpy-cross/Makefile.static-mingw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
PROG=mpy-cross.static.exe
5+
PROG=mpy-cross.static
66
CROSS_COMPILE = x86_64-w64-mingw32-
77
BUILD=build-static-mingw
88
STATIC_BUILD=1

0 commit comments

Comments
 (0)