Skip to content

Commit a321013

Browse files
authored
Fix x clean with specific paths
1 parent 5157d93 commit a321013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/clean.rs

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ macro_rules! clean_crate_tree {
6262
let target = compiler.host;
6363
let mut cargo = builder.bare_cargo(compiler, $mode, target, "clean");
6464
for krate in &*self.crates {
65+
cargo.arg("-p");
6566
cargo.arg(krate);
6667
}
6768

0 commit comments

Comments
 (0)