Skip to content

Commit 9c943bf

Browse files
committed
Fix sysroot dir for cg_clif_build_sysroot
1 parent 1548411 commit 9c943bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/bin/cg_clif_build_sysroot.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ impl rustc_driver::Callbacks for CraneliftPassesCallbacks {
5353
.unwrap()
5454
.parent()
5555
.unwrap()
56-
.parent()
57-
.unwrap()
58-
.join("build_sysroot")
59-
.join("sysroot"),
56+
.to_owned(),
6057
);
6158
}
6259
}

0 commit comments

Comments
 (0)