Skip to content

Commit 331d526

Browse files
committed
Fix a bootstrap comment
1 parent 914d07a commit 331d526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ impl Config {
551551
config.deny_warnings = true;
552552
config.missing_tools = false;
553553

554-
// set by bootstrap.py
554+
// set by build.rs
555555
config.build = TargetSelection::from_user(&env!("BUILD_TRIPLE"));
556556
let manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
557557
// Undo `src/bootstrap`

0 commit comments

Comments
 (0)