mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
7 lines
199 B
Bash
7 lines
199 B
Bash
# Note to people running shellcheck: this file should only be sourced, not executed directly.
|
|
|
|
set -e
|
|
|
|
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
|
|
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
|