fix name of windows mpy-cross executable
.. since 1.17, the main part of the build system takes care of adding the ".exe" extension.
This commit is contained in:
parent
8d8f83bc05
commit
7ea1919c05
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
PROG=mpy-cross.static.exe
|
PROG=mpy-cross.static
|
||||||
CROSS_COMPILE = x86_64-w64-mingw32-
|
CROSS_COMPILE = x86_64-w64-mingw32-
|
||||||
BUILD=build-static-mingw
|
BUILD=build-static-mingw
|
||||||
STATIC_BUILD=1
|
STATIC_BUILD=1
|
||||||
|
|
Loading…
Reference in New Issue