Skip to content

Commit 4de836e

Browse files
Install std for non-host targets
1 parent 8b40853 commit 4de836e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/install.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ install!((self, builder, _config),
192192
builder.ensure(dist::Docs { host: self.target });
193193
install_docs(builder, self.compiler.stage, self.target);
194194
};
195-
Std, "library/std", true, only_hosts: true, {
195+
Std, "library/std", true, only_hosts: false, {
196196
for target in &builder.targets {
197197
builder.ensure(dist::Std {
198198
compiler: self.compiler,

0 commit comments

Comments
 (0)