Don't depend on python for RUST_BOOTSTRAP_CONFIG

This commit is contained in:
Joshua Nelson
2022-02-06 18:10:49 -06:00
committed by Mark Rousskov
parent 240f288329
commit 62b522ec3a
5 changed files with 21 additions and 21 deletions

View File

@@ -629,7 +629,7 @@ impl Build {
}
if let Subcommand::Setup { profile } = &self.config.cmd {
return setup::setup(&self.config.src, *profile);
return setup::setup(&self.config, *profile);
}
{