From ac7003a1ac5a6d0e7dedd7e901fa953074f6a64e Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 16 May 2023 20:24:45 -0700 Subject: [PATCH] Revert "windows: temporarily hardcode VCToolsVersion to 14.34.31931.0" This reverts commit 3961afdbb90fae60ca7cbc14815241c1cb86414e. --- Source/Core/Common/build_info.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/build_info.txt.in b/Source/Core/Common/build_info.txt.in index 413de011c1..5d658d95e6 100644 --- a/Source/Core/Common/build_info.txt.in +++ b/Source/Core/Common/build_info.txt.in @@ -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=14.34.31931.0 +VCToolsVersion=${VC_TOOLS_VERSION} VCToolsUpdateURL=https://aka.ms/vs/17/release/vc_redist.x64.exe