]> git.lizzy.rs Git - rust.git/blob - scripts/config.sh
Sync from rust 2f004d2d401682e553af3984ebd9a3976885e752
[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"