mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-15 16:33:49 +00:00
fix mismatched symbols
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
af78bae565
commit
0944860f35
@ -134,7 +134,7 @@ pub unsafe fn setup(build: &mut Build) {
|
||||
// If this failed, well at least we tried! An example of DuplicateHandle
|
||||
// failing in the past has been when the wrong python2 package spawned this
|
||||
// build system (e.g., the `python2` package in MSYS instead of
|
||||
// `mingw-w64-x86_64-python2`. Not sure why it failed, but the "failure
|
||||
// `mingw-w64-x86_64-python2`). Not sure why it failed, but the "failure
|
||||
// mode" here is that we only clean everything up when the build system
|
||||
// dies, not when the python parent does, so not too bad.
|
||||
if r.is_err() {
|
||||
|
Loading…
Reference in New Issue
Block a user