rust/scripts/config.sh
2021-06-20 14:40:49 +02:00

6 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