Don't depend on python for RUST_BOOTSTRAP_CONFIG
This commit is contained in:
committed by
Mark Rousskov
parent
240f288329
commit
62b522ec3a
@@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user