From 7ea1919c05886f7aff62dea60094c47f82cba766 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Fri, 15 Oct 2021 08:53:58 -0500 Subject: [PATCH] fix name of windows mpy-cross executable .. since 1.17, the main part of the build system takes care of adding the ".exe" extension. --- mpy-cross/Makefile.static-mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpy-cross/Makefile.static-mingw b/mpy-cross/Makefile.static-mingw index f5bc861779..bcd2b6a9f2 100644 --- a/mpy-cross/Makefile.static-mingw +++ b/mpy-cross/Makefile.static-mingw @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -PROG=mpy-cross.static.exe +PROG=mpy-cross.static CROSS_COMPILE = x86_64-w64-mingw32- BUILD=build-static-mingw STATIC_BUILD=1