diff options
| author | onur-ozkan <work@onurozkan.dev> | 2024-10-05 22:48:55 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2024-10-05 22:48:55 +0300 |
| commit | 4f50efd1329f430998231f018c2cf61bfe0db449 (patch) | |
| tree | 3dbb5d9040133473e314b50dd4ca8b0ef3e224e5 | |
| parent | f7c8928f035370be33463bb7f1cd1aeca2c5f898 (diff) | |
| download | rust-4f50efd1329f430998231f018c2cf61bfe0db449.tar.gz rust-4f50efd1329f430998231f018c2cf61bfe0db449.zip | |
update "build/host" symlink comment
Signed-off-by: onur-ozkan <work@onurozkan.dev>
| -rw-r--r-- | src/bootstrap/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/lib.rs b/src/bootstrap/src/lib.rs index 75659f46431..bcd6b07f2a2 100644 --- a/src/bootstrap/src/lib.rs +++ b/src/bootstrap/src/lib.rs @@ -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"); |
