mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
cdf1865246
commit
e9073a7570
5 changed files with 13 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue