build: Avoid Wine Mono and Gecko installs in the setup script

Co-authored-by: Alexis Peypelut <iroalexis@outlook.fr>
Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2021-04-27 12:19:47 +01:00 committed by Joshie
parent c7890219e7
commit 68d5510bdf
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ fi
# find wine executable
export WINEDEBUG=-all
# disable mscoree and mshtml to avoid downloading
# wine gecko and mono
export WINEDLLOVERRIDES="mscoree,mshtml="
wine="wine"
wine64="wine64"