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

Add musl's lib folder to library search path #2893

Merged
merged 1 commit into from Aug 31, 2022

Commits on Aug 29, 2022

  1. Add musl's lib folder to library search path

    Prior to this change, `libc.a` was being found in rustc's self-contained
    musl target folder instead of the `libc.a` that we've built or
    downloaded. This doesn't seem to have caused any noticeable issues as the
    versions of musl we built/installed and the version shipped in rustc's
    target matched exactly.
    
    To resolve this, we pass the path to our version of musl's lib folder
    directly as a `RUSTFLAG` which causes it to be found first.
    wesleywiser committed Aug 29, 2022
    Copy the full SHA
    ea73035 View commit details
    Browse the repository at this point in the history