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

Update some *-sys dependencies of Cargo/RLS #54301

Merged
merged 1 commit into from
Sep 20, 2018

Commits on Sep 20, 2018

  1. Update some *-sys dependencies of Cargo/RLS

    This is intended to help solve rust-lang#54206 on nightly where the RLS on MinGW is
    having build issues with accidentally building a `curl` library which links to
    pthread symbols on Windows (where it should use native mutex locking instead).
    The build system for these `*-sys` crates have all been rewritten to be based on
    `cc` to bypass native build systems and platform detection to make sure we
    configure them correctly.
    alexcrichton committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    b1305c2 View commit details
    Browse the repository at this point in the history