2020-11-27 13:48:53 -06:00
|
|
|
# Note to people running shellcheck: this file should only be sourced, not executed directly.
|
|
|
|
|
2018-12-03 11:50:00 -06:00
|
|
|
set -e
|
|
|
|
|
2021-07-07 04:14:20 -05:00
|
|
|
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH"
|
|
|
|
export DYLD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"
|