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

Missing support for Swift dynamic library targets #13203

Open
pbrzez opened this issue May 10, 2024 · 1 comment
Open

Missing support for Swift dynamic library targets #13203

pbrzez opened this issue May 10, 2024 · 1 comment

Comments

@pbrzez
Copy link
Contributor

pbrzez commented May 10, 2024

Currently Meson complains with with ERROR: Swift supports only executable and static library targets when attempting to build a dynamic library target with swiftc.

swiftc of course supports outputting dynamic libraries - it's even the default option when using -emit-library, making static libraries requires adding the -static flag as well.

Would be nice to get rid of this strange limitation.

@pbrzez
Copy link
Contributor Author

pbrzez commented Jun 21, 2024

This will be fixed by #13120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants