Browse Source

Disable mingw cross-compiler for Debian Wine

master
Pekka Helenius 5 years ago
committed by GitHub
parent
commit
95f913770c
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
      debian/wineroot/winebuild.sh

+ 2
- 0
debian/wineroot/winebuild.sh View File

@ -757,6 +757,7 @@ function wine64Build() {
cd "${WINEDIR_BUILD_64}"
"${WINEDIR}"/configure \
--with-x \
--without-mingw \
--with-gstreamer \
--enable-win64 \
--with-xattr \
@ -779,6 +780,7 @@ function wine32Build() {
cd "${WINEDIR_BUILD_32}"
"${WINEDIR}"/configure \
--with-x \
--without-mingw \
--with-gstreamer \
--with-xattr \
--disable-mscoree \


Loading…
Cancel
Save