comparison 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
comparison
equal deleted inserted replaced
256:2bb7ae9816bb 257:f65e0de45c2b
56 return 0 56 return 0
57 } 57 }
58 58
59 59
60 ### Create cross-building makefiles 60 ### Create cross-building makefiles
61 make -f Makefile.cross-mingw-win32 QT5_PREFIX="$QT5_PREFIX" BINPATH="$BUILDPATH" 61 make -f Makefile.cross-mingw QT5_PREFIX="$QT5_PREFIX" BINPATH="$BUILDPATH"
62 62
63 ### Install to targets 63 ### Install to targets
64 if test -d "$INSTALL_USB" && mount|grep -q "$INSTALL_USB"; then 64 if test -d "$INSTALL_USB" && mount|grep -q "$INSTALL_USB"; then
65 do_install "$INSTALL_USB/Syntilista" 65 do_install "$INSTALL_USB/Syntilista"
66 else 66 else