File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ export async function setupMSVC(
46
46
toolset = "14.16"
47
47
await setupChocoPack ( "visualstudio2017buildtools" , "15.9.38.0" , [
48
48
"--package-parameters" ,
49
- "--add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --passive" ,
49
+ "' --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --passive' " ,
50
50
] )
51
51
VCTargetsPath = "C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16" // TODO verify path
52
52
} else if ( version === "2019" ) {
53
53
toolset = "14.29.30133"
54
54
await setupChocoPack ( "visualstudio2019buildtools" , "16.11.2.0" , [
55
55
"--package-parameters" ,
56
- "--add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --passive" ,
56
+ "' --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --passive' " ,
57
57
] )
58
58
VCTargetsPath = "C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133"
59
59
}
You can’t perform that action at this time.
0 commit comments