Clean bootstrap artifacts on x.py clean
This commit is contained in:
parent
dc6121ca68
commit
139ef750ee
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ pub fn clean(build: &Build, all: bool) {
|
|||
} else {
|
||||
rm_rf(&build.out.join("tmp"));
|
||||
rm_rf(&build.out.join("dist"));
|
||||
rm_rf(&build.out.join("bootstrap"));
|
||||
|
||||
for host in &build.hosts {
|
||||
let entries = match build.out.join(host.triple).read_dir() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue