Skip to content

Commit

Permalink
Fix x clean with specific paths
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 authored Feb 28, 2023
1 parent 5157d93 commit a321013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ macro_rules! clean_crate_tree {
let target = compiler.host;
let mut cargo = builder.bare_cargo(compiler, $mode, target, "clean");
for krate in &*self.crates {
cargo.arg("-p");
cargo.arg(krate);
}

Expand Down

0 comments on commit a321013

Please sign in to comment.