]> git.lizzy.rs Git - rust.git/commit
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)
commit76eea743b4b7a1827d921d1dc685f1102c17a1b3
tree8e6334e03ba29eeb29a6496561d581abd74a91be
parente1fa8de0fb900026a1a126928940e4eea3b729b5
parente8689c7de71f822dca891099a94c9377c36e46b2
Auto merge of #42481 - brson:wingnu, r=alexcrichton

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