Skip to content

Commit

Permalink
Install std for non-host targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Sep 24, 2020
1 parent 8b40853 commit 4de836e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ install!((self, builder, _config),
builder.ensure(dist::Docs { host: self.target });
install_docs(builder, self.compiler.stage, self.target);
};
Std, "library/std", true, only_hosts: true, {
Std, "library/std", true, only_hosts: false, {
for target in &builder.targets {
builder.ensure(dist::Std {
compiler: self.compiler,
Expand Down

0 comments on commit 4de836e

Please sign in to comment.