Skip to content

Commit

Permalink
Enable MinGW detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored Oct 25, 2020
1 parent 4b8cbbc commit 9e68dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_wine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 9e68dd6

Please sign in to comment.