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
Add a command line flag to let tools like cargo specify exactly which library to use for an extern crate statement.
It looks like --extern foo=path, where "foo" is the name of a crate, and path is the path of a rust library, without the extension (so it will look for both .rlib and .dylib).