swiftlang / swift-installer-scripts

Apache License 2.0
73 stars 35 forks source link

WiX: repair the x86 SDK packaging #212

Closed compnerd closed 1 year ago

compnerd commented 1 year ago

We cannot set the installer platform to the architecture being packaged as this is platform agnostic content which is always installed to a 64-bit platform. We can pass -p:InstallerPlatform=[x64|arm64] to enable building the SDK for installation on either of the hosts.