update "build/host" symlink comment
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
f7c8928f03
commit
4f50efd132
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue