]> git.lizzy.rs Git - rust.git/commit
Auto merge of #54301 - alexcrichton:update-curl, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Thu, 20 Sep 2018 02:51:56 +0000 (02:51 +0000)
committerbors <bors@rust-lang.org>
Thu, 20 Sep 2018 02:51:56 +0000 (02:51 +0000)
commitd16f27f89a3a439467533066ff794f41aa63f28f
treedcc343d9293441692141322cbafebfcc1220aa0d
parent1d33aedaa928cc92d58c0bfe7ff433714ff52976
parentb1305c22e3d219339a4a951980ffd2dfe4cb9098
Auto merge of #54301 - alexcrichton:update-curl, r=Mark-Simulacrum

Update some `*-sys` dependencies of Cargo/RLS

This is intended to help solve #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.