rustbuild: Fix a copy/paste error
Fixes `--step librustc`
This commit is contained in:
parent
526640668d
commit
189827bd96
@ -117,7 +117,7 @@ fn add_steps<'a>(build: &'a Build,
|
||||
let compiler = host.compiler(stage);
|
||||
match &step[..] {
|
||||
"libstd" => targets.push(target.libstd(stage, compiler)),
|
||||
"librustc" => targets.push(target.libstd(stage, compiler)),
|
||||
"librustc" => targets.push(target.librustc(stage, compiler)),
|
||||
"rustc" => targets.push(host.rustc(stage)),
|
||||
"llvm" => targets.push(target.llvm(())),
|
||||
"compiler-rt" => targets.push(target.compiler_rt(())),
|
||||
|
Loading…
Reference in New Issue
Block a user