rustbuild: fix cross-compile install
although, not sure why this works - it wasn't needed before
This commit is contained in:
parent
96ad8e5fbc
commit
a9dca3b243
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ install!((self, builder, _config),
|
|||
};
|
||||
Rustc, "src/librustc", true, only_hosts: true, {
|
||||
builder.ensure(dist::Rustc {
|
||||
compiler: self.compiler,
|
||||
compiler: builder.compiler(builder.top_stage, self.target),
|
||||
});
|
||||
install_rustc(builder, self.compiler.stage, self.target);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue