Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
compiler
/
rustc_codegen_cranelift
/
scripts
/
config.sh
blob: 53ada369b089a28ee63b3c183603a36153239821 [
file
] [
log
] [
blame
]
# Note to people running shellcheck: this file should only be sourced, not executed directly.
set
-
e
export LD_LIBRARY_PATH
=
"$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH"
export DYLD_LIBRARY_PATH
=
"$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"