diff --git a/build.ps1 b/build.ps1 index b24e2c377..717dd513c 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1378,6 +1378,7 @@ function Build-Installer() { } Build-WiXProject sdk.wixproj -Arch $Arch -Properties @{ + InstallerPlatform = $HostArch.ShortName; PLATFORM_ROOT = "$($Arch.PlatformInstallRoot)\"; SDK_ROOT = "$($Arch.SDKInstallRoot)\"; SWIFT_SOURCE_DIR = "$SourceCache\swift\";