From 976cd33c766df7ef54221162356898ac1c03a471 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sat, 13 Apr 2019 22:55:08 +0300 Subject: [PATCH] Disable mingw cross-compiler for Arch Linux Wine --- arch/0-wine-staging-git/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/0-wine-staging-git/PKGBUILD b/arch/0-wine-staging-git/PKGBUILD index 3858a17..aa4ca83 100755 --- a/arch/0-wine-staging-git/PKGBUILD +++ b/arch/0-wine-staging-git/PKGBUILD @@ -232,6 +232,7 @@ build() { ../wine-git/configure \ --with-x \ + --without-mingw \ --with-gstreamer \ --enable-win64 \ --with-xattr \ @@ -258,6 +259,7 @@ build() { ../wine-git/configure \ --with-x \ + --without-mingw \ --with-gstreamer \ --with-xattr \ --disable-mscoree \