Skip to content

Commit 30527f4

Browse files
[BUILD_WINE] Make 64-bit build the default.
1 parent a8d58fb commit 30527f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/build-wine/make_win.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ here="$(dirname "$(readlink -e "$0")")"
66
test -n "$here" -a -d "$here" || exit
77

88
if [ -z "$WIN_ARCH" ] ; then
9-
export WIN_ARCH="win32" # default
9+
export WIN_ARCH="win64" # default
1010
fi
1111
if [ "$WIN_ARCH" = "win32" ] ; then
1212
export GCC_TRIPLET_HOST="i686-w64-mingw32"

0 commit comments

Comments
 (0)