diff build-win32.sh @ 257:f65e0de45c2b

Rename the MinGW cross-build Makefile as it is no longer win32 only.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2019 03:17:24 +0200
parents 20ce1339f36b
children f6a99b984b8e
line wrap: on
line diff
--- a/build-win32.sh	Thu Dec 05 03:16:56 2019 +0200
+++ b/build-win32.sh	Thu Dec 05 03:17:24 2019 +0200
@@ -58,7 +58,7 @@
 
 
 ### Create cross-building makefiles
-make -f Makefile.cross-mingw-win32 QT5_PREFIX="$QT5_PREFIX" BINPATH="$BUILDPATH"
+make -f Makefile.cross-mingw QT5_PREFIX="$QT5_PREFIX" BINPATH="$BUILDPATH"
 
 ### Install to targets
 if test -d "$INSTALL_USB" && mount|grep -q "$INSTALL_USB"; then