commit | fef9b4825256f2266e64b2969d264a6c33ce39b1 | [log] [tgz] |
---|---|---|
author | Mark Simulacrum <[email protected]> | Sun Jul 23 16:03:40 2017 |
committer | Mark Simulacrum <[email protected]> | Mon Jul 24 15:05:27 2017 |
tree | fc1c28ea88a0b6b0304657c9950cc164a87932ab | |
parent | a88a09c7162b2a5011bb20b9b0c76d080207fe12 [diff] [blame] |
Make dist equivalent to old build system.
diff --git a/src/bootstrap/check.rs b/src/bootstrap/check.rs index 3e0cfa3..472bfaf 100644 --- a/src/bootstrap/check.rs +++ b/src/bootstrap/check.rs
@@ -535,7 +535,7 @@ builder.ensure(dist::DebuggerScripts { sysroot: builder.sysroot(compiler), - target: target + host: target }); }