Fix target triple in bootstrap
This commit is contained in:
parent
80eb5a8e91
commit
87a4c325d2
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ impl Config {
|
|||
extra_components: &[&str],
|
||||
download_component: fn(&Config, String, &str, &str),
|
||||
) {
|
||||
let host = self.build;
|
||||
let host = self.build.triple;
|
||||
let bin_root = self.out.join(host).join(sysroot);
|
||||
let rustc_stamp = bin_root.join(".rustc-stamp");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue