Skip to content

Missing support for Swift dynamic library targets #13203

Open
@pbrzez

Description

@pbrzez

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions