Skip to content

Commit

Permalink
xna40: add Louis' workaround from bug 30718
Browse files Browse the repository at this point in the history
  • Loading branch information
austin987 committed Apr 18, 2016
1 parent df1c916 commit ebf6b62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/winetricks
Expand Up @@ -8796,7 +8796,9 @@ load_xna40()
w_warn "$W_PACKAGE may not install properly in wine yet"
fi

w_call dotnet45
# See https://bugs.winehq.org/show_bug.cgi?id=30718#c8
export COMPlus_OnlyUseLatestCLR=1
w_call dotnet40

# http://www.microsoft.com/en-us/download/details.aspx?id=20914
w_download http://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi 49efdc29f65fc8263c196338552c7009fc96c5de
Expand Down

0 comments on commit ebf6b62

Please sign in to comment.