From 075328686be0a89b149ce491c4655b7a0b9c08f5 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Thu, 19 Mar 2020 02:24:49 -0400 Subject: [PATCH] Add VisualStudioVersion variable to exports (#3) This variable seems to be necessary for some build tools like colcon: https://colcon.readthedocs.io/en/released/ --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 9f780d2..9c08809 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,7 @@ const InterestingVariables = [ 'LIBPATH', 'Path', 'Platform', + 'VisualStudioVersion', /^VCTools/, /^VSCMD_/, /^WindowsSDK/i,