We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47e74a9 + 331d526 commit d0515ceCopy full SHA for d0515ce
src/bootstrap/config.rs
@@ -551,7 +551,7 @@ impl Config {
551
config.deny_warnings = true;
552
config.missing_tools = false;
553
554
- // set by bootstrap.py
+ // set by build.rs
555
config.build = TargetSelection::from_user(&env!("BUILD_TRIPLE"));
556
let manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
557
// Undo `src/bootstrap`
0 commit comments