Add VCINSTALLDIR to list of exported variables (#23)

This should allow windeployqt to pick up the exported environment variable.
This commit is contained in:
Serge Camille
2020-12-11 06:27:22 +01:00
committed by GitHub
parent 75fbadd7d3
commit 3c1ec87255
+1
View File
@@ -15,6 +15,7 @@ const InterestingVariables = [
'INCLUDE', 'INCLUDE',
'LIB', 'LIB',
'LIBPATH', 'LIBPATH',
'VCINSTALLDIR',
'Path', 'Path',
'Platform', 'Platform',
'VisualStudioVersion', 'VisualStudioVersion',