Browse Source
Disable mingw cross-compiler for Debian 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
-
debian/wineroot/winebuild.sh
|
|
@ -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 \ |
|
|
|