Skip to content

Commit 084a970

Browse files
committed
build: mark installers for the host platform
The SDK installer is marked for the host platform irrespective of the SDK content. This is required to permit installation of the foreign architecture SDK.
1 parent 700c61c commit 084a970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,7 @@ function Build-Installer() {
13791379
}
13801380

13811381
Build-WiXProject sdk.wixproj -Arch $Arch -Properties @{
1382+
InstallerPlatform = $HostArch.ShortName;
13821383
PLATFORM_ROOT = "$($Arch.PlatformInstallRoot)\";
13831384
SDK_ROOT = "$($Arch.SDKInstallRoot)\";
13841385
SWIFT_SOURCE_DIR = "$SourceCache\swift\";

0 commit comments

Comments
 (0)