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
There seems to be a bug where rustpkg ignores the #[link(name="foo")], both when building executables (for example, on rustdoc_ng it emits a "main" executable rather than "rustdoc_ng"), and installing (for rust-zmq, it tries to find librust_zmq-etc.so, even though it's built as libzmq)