Skip to content

Commit

Permalink
Fix a bootstrap comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nooberfsh committed Nov 29, 2020
1 parent 914d07a commit 331d526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ impl Config {
config.deny_warnings = true;
config.missing_tools = false;

// set by bootstrap.py
// set by build.rs
config.build = TargetSelection::from_user(&env!("BUILD_TRIPLE"));
let manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
// Undo `src/bootstrap`
Expand Down

0 comments on commit 331d526

Please sign in to comment.