We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab12203 commit d3e9e42Copy full SHA for d3e9e42
scripts/setup_rust_fork.sh
@@ -51,7 +51,7 @@ popd
51
# FIXME remove once inline asm is fully supported
52
export RUSTFLAGS="$RUSTFLAGS --cfg=rustix_use_libc"
53
54
-export CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="$(cd download/sysroot/sysroot_src; pwd)"
+export CFG_VIRTUAL_RUST_SOURCE_BASE_DIR="$(cd build/stdlib; pwd)"
55
56
# Allow the testsuite to use llvm tools
57
host_triple=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
0 commit comments