Skip to content

Commit aa93694

Browse files
authored
Merge pull request swiftlang#77734 from compnerd/devtools-root
utils: remove `DEVTOOLS_ROOT` property for MSIs
2 parents c5463bd + 9d5db10 commit aa93694

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -2692,7 +2692,6 @@ function Build-Installer($Arch) {
26922692

26932693
$Properties = @{
26942694
BundleFlavor = "offline";
2695-
DEVTOOLS_ROOT = "$($Arch.ToolchainInstallRoot)\";
26962695
TOOLCHAIN_ROOT = "$($Arch.ToolchainInstallRoot)\";
26972696
INCLUDE_SWIFT_INSPECT = $INCLUDE_SWIFT_INSPECT;
26982697
SWIFT_INSPECT_BUILD = "$($Arch.BinaryCache)\swift-inspect\release";

0 commit comments

Comments
 (0)