mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-25 07:35:50 -04:00
7 lines
249 B
Bash
7 lines
249 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:$LD_LIBRARY_PATH"
|
|
export DYLD_LIBRARY_PATH="$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH"
|