Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actually force a / in the path for ext crates #11639

Merged
merged 1 commit into from
Jan 19, 2014

Commits on Jan 18, 2014

  1. Actually force a / in the path for ext crates

    If the library is in the working directory, its path won't have a "/"
    which will cause dlopen to search /usr/lib etc. It turns out that Path
    auto-normalizes during joins so Path::new(".").join(path) is actually a
    no-op.
    sfackler committed Jan 18, 2014
    5 Configuration menu
    Copy the full SHA
    1e20960 View commit details
    Browse the repository at this point in the history