Skip to content

Commit

Permalink
Don't get crazy on env rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
alxchk committed May 6, 2017
1 parent 467cd72 commit 01fd570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/sources/buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ done
WINEPREFIX=$WINE32 sh $DOWNLOADS/winetricks winxp
WINEPREFIX=$WINE64 sh $DOWNLOADS/winetricks win7

WINEPREFIX=$WINE32 wine reg add 'HKCU\Software\Wine\DllOverrides' /t REG_SZ /v dbghelp /d ''
WINEPREFIX=$WINE32 wine reg add 'HKCU\Software\Wine\DllOverrides' /t REG_SZ /v dbghelp /d '' /f

export WINEPREFIX=$WINE64

Expand All @@ -102,7 +102,7 @@ mkdir -p $WINE64/drive_c/windows/Microsoft.NET/Framework64
touch $WINE64/drive_c/windows/Microsoft.NET/Framework/empty.txt
touch $WINE64/drive_c/windows/Microsoft.NET/Framework64/empty.txt

wine reg add 'HKCU\Software\Wine\DllOverrides' /t REG_SZ /v dbghelp /d ''
wine reg add 'HKCU\Software\Wine\DllOverrides' /t REG_SZ /v dbghelp /d '' /f

wine reg add \
'HKCU\Software\Microsoft\DevDiv\VCForPython\9.0' \
Expand Down

0 comments on commit 01fd570

Please sign in to comment.