wine build: build 64-bit windows binaries
required for qt6 related: https://github.com/spesmilo/electrum/issues/6598
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user