Skip to content

Commit

Permalink
windows: temporarily hardcode VCToolsVersion to 14.34.31931.0
Browse files Browse the repository at this point in the history
this should be reverted after next beta is built
see https://bugs.dolphin-emu.org/issues/13206
  • Loading branch information
shuffle2 committed Mar 22, 2023
1 parent 66e4141 commit 3961afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/build_info.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ OSMinimumVersionWin11=10.0.22000.0
// VCToolsVersion=14.33.31629
// We're really looking for "14.32.31332.0" (because that's what will appear in the registry once
// installed), NOT the other values!
VCToolsVersion=${VC_TOOLS_VERSION}
VCToolsVersion=14.34.31931.0
VCToolsUpdateURL=https://aka.ms/vs/17/release/vc_redist.x64.exe

0 comments on commit 3961afd

Please sign in to comment.