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
When an imported foreign function is inlined from a dylib, a normal #[link(name="...")] will cause the associated import library to also be linked into the final binary. However, when using raw-dylib no import library is linked which causes linking to fail.