Skip to content
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

CMake: Add install platform and architecture subdirs #78860

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

etcwilde
Copy link
Contributor

In some configurations, libraries are installed under <install-prefix>/{libdir}/swift/<platform>/<arch> and module content is installed under <install-prefix>/{libdir}/swift/<platform>.

This also accounts for the fact that Swift currently looks under <install-prefix>/{libdir}/swift_static/** for the static stdlib builds.

@etcwilde etcwilde force-pushed the ewilde/stdlib-rebuild-platform-arch-dirs branch from 9c16cbe to d39ac18 Compare January 23, 2025 18:57
@etcwilde
Copy link
Contributor Author

@swift-ci please smoke test

In some configurations, libraries are installed under
`<install-prefix>/{libdir}/swift/<platform>/<arch>` and module content
is installed under `<install-prefix>/{libdir}/swift/<platform>`.

This also accounts for the fact that Swift currently looks under
`<install-prefix>/{libdir}/swift_static/**` for the static stdlib
builds.
@etcwilde etcwilde force-pushed the ewilde/stdlib-rebuild-platform-arch-dirs branch from d39ac18 to a9da4a5 Compare January 23, 2025 20:25
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