Skip to content

Commit 9d5db10

Browse files
committed
utils: remove DEVTOOLS_ROOT property for MSIs
This property was unused and has been removed from the WiX rules as of swiftlang/swift-installer-scripts#347. Simplify the invocation.
1 parent a8a8eaf commit 9d5db10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build.ps1

Lines changed: 0 additions & 1 deletion
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)