From 9e68dd6f0fa30ca908e0fa2008f28e7f5f6cdfdc Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Sun, 25 Oct 2020 20:15:49 +0500 Subject: [PATCH] Enable MinGW detection --- build_wine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_wine.sh b/build_wine.sh index e31980f..09556db 100755 --- a/build_wine.sh +++ b/build_wine.sh @@ -39,7 +39,7 @@ export CUSTOM_SRC_PATH="" # If this variable is set to true, root rights are not required. export DO_NOT_COMPILE="false" -export WINE_BUILD_OPTIONS="--without-curses --without-oss --without-mingw --disable-winemenubuilder --disable-win16 --disable-tests" +export WINE_BUILD_OPTIONS="--without-curses --without-oss --disable-winemenubuilder --disable-win16 --disable-tests" # Keep in mind that the root's HOME directory is /root. export MAINDIR="${HOME}"