meson: meson doesn't set soname/install_name of cdylib rust targets for you, unlike shared_library C++ targets #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Impact: one conditional and one ugly
-Clink-arg=-soname=libfoo.so
/-Clink-arg=-install_name=libfoo.dylib
per rust target. Not bad, just ugly. Not hard to fix.Link: https://github.com/mesonbuild/meson/issues/13537