Fix a bootstrap comment

This commit is contained in:
nooberfsh 2020-11-29 10:02:24 +08:00
parent 914d07ae5f
commit 331d52643a
1 changed files with 1 additions and 1 deletions

View File

@ -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`