From e9073a7570f490ad169dbd92a7d6f102c423c2ca Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 28 Oct 2020 10:55:02 -0700 Subject: build-system: first steps towards a 64bit Windows build This is barely scratching the surface (no put intended), and of course the container needs to be updated, first, to have a 64bit version of MXE installed, but this seems to help make libmtp build correctly. Signed-off-by: Dirk Hohndel --- packaging/windows/mxe-based-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/windows/mxe-based-build.sh') diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index fc4c73db3..cb2e65beb 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -17,7 +17,7 @@ # JOBS := 1 # # # This variable controls the targets that will build. -# MXE_TARGETS := i686-w64-mingw32.shared.posix.dw2 +# MXE_TARGETS := x86_64-w64-mingw32.shared # # # Uncomment the next line if you want to do debug builds later # # qtbase_CONFIGURE_OPTS=-debug-and-release @@ -101,7 +101,7 @@ EXECDIR=`pwd` BASEDIR=$(cd "$EXECDIR/.."; pwd) BUILDDIR=$(cd "$EXECDIR"; pwd) MXEDIR=${MXEDIR:-mxe} -MXEBUILDTYPE=${MXEBUILDTYPE:-i686-w64-mingw32.shared.posix.dw2} +MXEBUILDTYPE=${MXEBUILDTYPE:-x86_64-w64-mingw32.shared} echo $BUILDDIR -- cgit v1.2.3-70-g09d2