mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
4d5bcbe957
Set the library path in sysroot-crates-are-unstable Most of the `run-make-fulldeps` tests use a make-driven rustc command that includes `HOST_RPATH_DIR` in the library path, but this particular test runs from python instead. When the toolchain is built without `rpath` enabled, we need that library path in the environment so it can find its own libraries.