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.
See #102327 (comment)
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 usingraw-dylib
no import library is linked which causes linking to fail.cc @dpaoliello
The text was updated successfully, but these errors were encountered: