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 · 0 comments
Open

Missing support for Swift dynamic library targets #13203

pbrzez opened this issue May 10, 2024 · 0 comments

Comments

@pbrzez
Copy link

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.

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

No branches or pull requests

1 participant