Skip to content

Commit 046a95d

Browse files
committed
Unbreak x.py doc
Add CoreLink to Std::run()
1 parent 5050a44 commit 046a95d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/bootstrap/compile.rs

+6
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ impl Step for Std {
8585
copy_musl_third_party_objects(builder, target, &libdir);
8686
}
8787

88+
builder.ensure(CoreLink {
89+
compiler: from,
90+
target_compiler: compiler,
91+
target,
92+
});
93+
8894
builder.ensure(StdLink {
8995
compiler: from,
9096
target_compiler: compiler,

0 commit comments

Comments
 (0)