From 38903dd110083fd3cc91cf70e358ebc63e65520a Mon Sep 17 00:00:00 2001 From: Frederik Seiffert Date: Wed, 17 Mar 2021 14:27:49 +0100 Subject: [PATCH] Export UCRTVersion and UniversalCRTSdkDir (#30) These are required to build some components from the Swift toolchain. --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index a5a31a6..1b78b02 100644 --- a/index.js +++ b/index.js @@ -19,6 +19,8 @@ const InterestingVariables = [ 'Path', 'Platform', 'VisualStudioVersion', + 'UCRTVersion', + 'UniversalCRTSdkDir', /^VCTools/, /^VSCMD_/, /^WindowsSDK/i,