You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently Meson complains with with
ERROR: Swift supports only executable and static library targets
when attempting to build a dynamic library target withswiftc
.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.
The text was updated successfully, but these errors were encountered: