dylib and cdylib crate type support on musl target is needed. #8607
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Describe the problem you are trying to solve
To build a crate with type “cdylib” or “dylib” on x86_64-unknown-linux-musl target.
Describe the solution you'd like
Make cargo’s “cdylib” and “dylib” crate types usable on musl targets.
Notes
The text was updated successfully, but these errors were encountered: