meson: cannot link rust to C++ as rlibs, cannot link rust to C++ as dylibs #2
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: additional jank in the rust build: need separate crates for C++ facing code than for rust facing code. Ultimately tolerable but annoying. Also, with this fixed, we could eliminate the rust re-export staticlib hack for static builds of Lix. Overall a nice simplification.
Link: https://github.com/mesonbuild/meson/issues/14215