1
0

wine build: build 64-bit windows binaries

required for qt6

related: https://github.com/spesmilo/electrum/issues/6598
This commit is contained in:
SomberNight
2024-09-06 16:09:01 +00:00
parent c3e0457d1c
commit fcc4e1d387
2 changed files with 7 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ here="$(dirname "$(readlink -e "$0")")"
test -n "$here" -a -d "$here" || exit
if [ -z "$WIN_ARCH" ] ; then
export WIN_ARCH="win32" # default
export WIN_ARCH="win64" # default
fi
if [ "$WIN_ARCH" = "win32" ] ; then
export GCC_TRIPLET_HOST="i686-w64-mingw32"