summaryrefslogtreecommitdiffstats
path: root/packaging/windows/mingw-make.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-10-29 11:24:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-10-29 13:01:19 -0700
commit0e0d6135afb626480f85135cf1c16c1701105088 (patch)
tree47f4db1e37f244cff91abed48d83b1b27ca97bb4 /packaging/windows/mingw-make.sh
parentd5f19c43c925468f363f0e509816df724f930db9 (diff)
downloadsubsurface-0e0d6135afb626480f85135cf1c16c1701105088.tar.gz
Don't install Windows 64bit binaries on 32bit system
Also warn people installing 32bit binaries on a 64bit system Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/windows/mingw-make.sh')
-rwxr-xr-xpackaging/windows/mingw-make.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/mingw-make.sh b/packaging/windows/mingw-make.sh
index 1c94ff963..d34da5084 100755
--- a/packaging/windows/mingw-make.sh
+++ b/packaging/windows/mingw-make.sh
@@ -32,6 +32,7 @@ if [[ $1 == "Qt5-64" ]] ; then
LIBMARBLEDEVEL=../marble \
LIBGIT2DEVEL=../libgit2 CONFIG+=libgit21-api \
QMAKE_LIBDIR+=../openssl \
+ CONFIG+=win64target \
$BASEDIR/../../subsurface.pro
elif [[ $1 == "Qt5" ]] ; then