]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #42481 - brson:wingnu, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 8 Jun 2017 06:02:04 +0000 (06:02 +0000)
committerbors <bors@rust-lang.org>
Thu, 8 Jun 2017 06:02:04 +0000 (06:02 +0000)
Fix setting PATH during linkage on windows-gnu

This makes the behavior almost exactly the same as before the VS2017 patch, except that on MSVC builds the host bin path is no longer added to PATH. I am not sure that's actually necessary on any platform.

r? @alexcrichton

Fixes https://github.com/rust-lang/rust/issues/42422


Trivial merge