Merge pull request #11684 from shuffle2/vctoolshack

windows: temporarily hardcode VCToolsVersion to 14.34.31931.0
This commit is contained in:
Pierre Bourdon 2023-03-22 23:36:36 +01:00 committed by GitHub
commit 1d26e59c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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