Skip to content

The link_args attribute has been removed #2

@ohmree

Description

@ohmree

See rust-lang/cargo#9557.

A temporary fix I found was to remove all references to it in the source code and add a build script that prints cargo:rustc-link-arg=-export-dynamic to my app (I'm on Linux).

Could it perhaps be possible to export a helper for users to put in their build scripts that prints the correct cargo:rustc-link-arg directive for their platform and selected feature set?

Or is this only needed for the reloady library and not for the actual projects that use it?
Because in that case I feel like the fix would be easier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions