diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-01-31 12:44:02 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-01-31 12:44:02 +0100 |
| commit | 9c943bf5de795c784aa33e29cb25fa51bc76c833 (patch) | |
| tree | 72e661fa570c86a25d03de0df2477d6b07889798 | |
| parent | 1548411ad904844994cde01990dc9570450d419e (diff) | |
Fix sysroot dir for cg_clif_build_sysroot
| -rw-r--r-- | src/bin/cg_clif_build_sysroot.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bin/cg_clif_build_sysroot.rs b/src/bin/cg_clif_build_sysroot.rs index 8ee4cd46c94..83e5dc6e672 100644 --- a/src/bin/cg_clif_build_sysroot.rs +++ b/src/bin/cg_clif_build_sysroot.rs @@ -53,10 +53,7 @@ impl rustc_driver::Callbacks for CraneliftPassesCallbacks { .unwrap() .parent() .unwrap() - .parent() - .unwrap() - .join("build_sysroot") - .join("sysroot"), + .to_owned(), ); } } |
