You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Omitting this prefix makes it very challenging to link with these libraries whenever they have a SONAME, which will have the lib prefix. (When do they have a SONAME? it's not clear to me, except that it's clearly "sometimes").
Bug Description
For example see https://cffi.readthedocs.io/en/stable/embedding.html#id12.
Omitting this prefix makes it very challenging to link with these libraries whenever they have a SONAME, which will have the lib prefix. (When do they have a SONAME? it's not clear to me, except that it's clearly "sometimes").
See #1918
Your maturin version (
maturin --version
)latest
Your Python version (
python -V
)any
Your pip version (
pip -V
)any
What bindings you're using
cffi
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
$ tree .
The text was updated successfully, but these errors were encountered: