Allow hyphens in cdylib names #9038
Labels
A-cargo-targets
Area: selection and definition of targets (lib, bins, examples, tests, benches)
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
hypens are currently allowed in binaries, but not allowed in libraries: #1443
It would be great if cdylibs could be treated like binaries, since for that case it is sometimes important to have control of the resulting filename.
In particular when trying to replace an existing
.so
with a rust implementation, you need to be able to generate the same filename expected by the programs loading the library.The text was updated successfully, but these errors were encountered: