Skip to content

Commit 1cd6cd2

Browse files
author
Travis Wagner
committed
change output binary name from rustc to crabc
1 parent 2501f63 commit 1cd6cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ impl<'a> Builder<'a> {
11281128
if compiler.is_snapshot(self) {
11291129
self.initial_rustc.clone()
11301130
} else {
1131-
self.sysroot(compiler).join("bin").join(exe("rustc", compiler.host))
1131+
self.sysroot(compiler).join("bin").join(exe("crabc", compiler.host))
11321132
}
11331133
}
11341134

0 commit comments

Comments
 (0)