We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f446a06 commit 3387078Copy full SHA for 3387078
src/msvc/msvc.ts
@@ -22,7 +22,7 @@ export async function setupMSVC(
22
try {
23
if (version === "2015") {
24
toolset = "14.0"
25
- await setupChocoPack("visualcpp-build-tools", "14.0.25420.1", [])
+ await setupChocoPack("visualcpp-build-tools", "14.0.25420.1", ["--ignore-dependencies"])
26
VCTargetsPath = "C:/Program Files (x86)/MSBuild/Microsoft.Cpp/v4.0/v140"
27
} else if (version === "2017") {
28
toolset = "14.16"
0 commit comments