Skip to content

Commit

Permalink
Unbreak x.py doc
Browse files Browse the repository at this point in the history
Add CoreLink to Std::run()
  • Loading branch information
est31 committed Jun 10, 2018
1 parent 5050a44 commit 046a95d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bootstrap/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ impl Step for Std {
copy_musl_third_party_objects(builder, target, &libdir);
}

builder.ensure(CoreLink {
compiler: from,
target_compiler: compiler,
target,
});

builder.ensure(StdLink {
compiler: from,
target_compiler: compiler,
Expand Down

0 comments on commit 046a95d

Please sign in to comment.