Skip to content

Commit

Permalink
update "build/host" symlink comment
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Oct 5, 2024
1 parent f7c8928 commit 4f50efd
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 4f50efd

Please sign in to comment.