diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2023-04-17 20:09:27 +0300 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-05-24 02:24:36 +0530 |
commit | 630a29f4dd55df48858ff333a7265864d8cd5524 (patch) | |
tree | 88a5b3e2f02592a5db91a9de3fbfcb50ea42d903 /docs/refman/loaderpickle.py | |
parent | b4c669f6ead9b519f9974955e6d403e9d20cd26a (diff) | |
download | meson-630a29f4dd55df48858ff333a7265864d8cd5524.zip meson-630a29f4dd55df48858ff333a7265864d8cd5524.tar.gz meson-630a29f4dd55df48858ff333a7265864d8cd5524.tar.bz2 |
rust: Don't allow spaces/dashes in Rust library names
The library names are directly mapped to filenames by meson while the
crate name gets spaces/dashes replaced by underscores. This works fine
to a certain degree except that rustc expects a certain filename scheme
for rlibs that matches the crate name.
When using such a library as a dependency of a dependency compilation
will fail with a confusing error message.
See https://github.com/rust-lang/rust/issues/110460
Diffstat (limited to 'docs/refman/loaderpickle.py')
0 files changed, 0 insertions, 0 deletions