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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-10-28 10:55:02 -07:00
parent cdf1865246
commit e9073a7570
5 changed files with 13 additions and 12 deletions

View file

@ -10,11 +10,11 @@
set -x
set -e
mkdir -p win32
cd win32
mkdir -p win64
cd win64
# right now the container still has an older version of MXE installed
export MXEBUILDTYPE=i686-w64-mingw32.shared
export MXEBUILDTYPE=x86_64-w64-mingw32.shared
bash -ex ../subsurface/packaging/windows/mxe-based-build.sh installer