rust/scripts/config.sh

7 lines
199 B
Bash
Raw Normal View History

# Note to people running shellcheck: this file should only be sourced, not executed directly.
set -e
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
2019-08-11 17:33:52 +02:00
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH