Browse Source

Disable mingw cross-compiler for Arch Linux Wine

master
Pekka Helenius 5 years ago
committed by GitHub
parent
commit
976cd33c76
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      arch/0-wine-staging-git/PKGBUILD

+ 2
- 0
arch/0-wine-staging-git/PKGBUILD View File

@ -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 \


Loading…
Cancel
Save