diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-06-28 16:52:02 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-06-28 16:52:02 +0000 |
| commit | d3e9e424a1f0c580e744d622c6201a6e6d21e682 (patch) | |
| tree | 9cc6a03bb033a17a96b400316f4624ac2e5dec08 | |
| parent | ab122031876de368f4ea2fbe0784860ffcfb3f30 (diff) | |
| download | rust-d3e9e424a1f0c580e744d622c6201a6e6d21e682.tar.gz rust-d3e9e424a1f0c580e744d622c6201a6e6d21e682.zip | |
Update setup_rust_fork.sh for cg_clif build layout changes
| -rw-r--r-- | scripts/setup_rust_fork.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh index 15b16b42be5..2cbbbdded5b 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -51,7 +51,7 @@ popd # FIXME remove once inline asm is fully supported export RUSTFLAGS="$RUSTFLAGS --cfg=rustix_use_libc" -export CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="$(cd download/sysroot/sysroot_src; pwd)" +export CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="$(cd build/stdlib; pwd)" # Allow the testsuite to use llvm tools host_triple=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ") |
