Skip to content

Commit d3e9e42

Browse files
committed
Update setup_rust_fork.sh for cg_clif build layout changes
1 parent ab12203 commit d3e9e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_rust_fork.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ popd
5151
# FIXME remove once inline asm is fully supported
5252
export RUSTFLAGS="$RUSTFLAGS --cfg=rustix_use_libc"
5353

54-
export CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="$(cd download/sysroot/sysroot_src; pwd)"
54+
export CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="$(cd build/stdlib; pwd)"
5555

5656
# Allow the testsuite to use llvm tools
5757
host_triple=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")

0 commit comments

Comments
 (0)