Skip to content

Commit

Permalink
Update src/bootstrap/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Beránek <berykubik@gmail.com>
  • Loading branch information
psumbera and Kobzol committed Mar 13, 2024
1 parent 55e3a16 commit a0a6a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ impl Build {
.parent()
.unwrap()
.to_path_buf();
// Since boostrap is hardlink to deps/boostrap-*, Solaris can sometimes give
// Since bootstrap is hardlink to deps/bootstrap-*, Solaris can sometimes give
// path with deps/ which is bad and needs to be avoided.
if bootstrap_out.ends_with("deps") {
bootstrap_out.pop();
Expand Down

0 comments on commit a0a6a55

Please sign in to comment.