Skip to content

Commit

Permalink
Rollup merge of #131279 - onur-ozkan:remove-host-symlink, r=Noratrieb
Browse files Browse the repository at this point in the history
update "build/host" symlink comment

It's needed and can't be removed, so make it clear where it's needed.
  • Loading branch information
matthiaskrgr authored Oct 6, 2024
2 parents 9aaebd4 + 4f50efd commit aa546f9
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 @@ -470,7 +470,7 @@ impl Build {
crate::core::metadata::build(&mut build);
}

// Make a symbolic link so we can use a consistent directory in the documentation.
// Create symbolic link to use host sysroot from a consistent path (e.g., in the rust-analyzer config file).
let build_triple = build.out.join(build.build);
t!(fs::create_dir_all(&build_triple));
let host = build.out.join("host");
Expand Down

0 comments on commit aa546f9

Please sign in to comment.