2020-11-07 19:34:01 +01:00
|
|
|
# Note to people running shellcheck: this file should only be sourced, not executed directly.
|
|
|
|
|
2018-12-03 18:50:00 +01:00
|
|
|
set -e
|
|
|
|
|
2021-06-20 14:40:49 +02:00
|
|
|
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
|
2019-08-11 17:33:52 +02:00
|
|
|
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
|