]> git.lizzy.rs Git - rust.git/blob - scripts/config.sh
Ignore broken rustc test
[rust.git] / scripts / config.sh
1 # Note to people running shellcheck: this file should only be sourced, not executed directly.
2
3 set -e
4
5 export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH"
6 export DYLD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"