Skip to content

Disambiguate the lib install path for different architectures #434

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

Closed
wants to merge 1 commit into from
Closed

Disambiguate the lib install path for different architectures #434

wants to merge 1 commit into from

Conversation

tristanlabelle
Copy link
Contributor

@tristanlabelle tristanlabelle commented Mar 15, 2023

The CMake install path for XCTests libs overlaps for different architectures on Windows, complicating building for multiple architectures on the same machine. This change adds an architecture subfolder, consistent with what we have for XCTest.swiftdoc and XCTest.swiftmodule.

The same problem applies to bin, but is better resolved by #433

Co-dependent on swiftlang/swift-installer-scripts#181

@compnerd
Copy link
Member

@swift-ci please test

@tristanlabelle
Copy link
Contributor Author

Abandonning in favor of handling this in the build scripts. It seems like we need CMake install to better handle Swift modules in the long term.

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