]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #34515 - alexcrichton:more-checks, r=brson
authorbors <bors@rust-lang.org>
Sat, 2 Jul 2016 07:29:06 +0000 (00:29 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Jul 2016 07:29:06 +0000 (00:29 -0700)
configure: Check for valid Python on MinGW as well

The LLVM build system is somewhat picky about which Python is used to build it
as it's known to be incompatible with the default `python2` package that ships
with MinGW. This was previously detected for MSVC builds but the logic was left
out for MinGW by accident (now that we've switched to cmake builds for LLVM
everywhere).

This corrects the `./configure` check and also updates the `README.md`
accordingly. Additionally, a number of instructions were updated to work with
the most recent copy of MSYS2.

Closes https://github.com/rust-lang/rust/issues/28260
Closes #34489

1  2 
configure

diff --cc configure
Simple merge