Browse Source
Disable mingw cross-compiler for Arch Linux Wine
master
Pekka Helenius
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
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 \ |
|
|
|