Skip to content

WiX: repair the x86 SDK packaging #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2023
Merged

Conversation

compnerd
Copy link
Member

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.

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.
@compnerd compnerd merged commit 7962cf3 into swiftlang:main Jun 19, 2023
@compnerd compnerd deleted the sdk-packaging branch June 19, 2023 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants