Skip to content

Commit

Permalink
fix var name in check
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 25, 2021
1 parent 419273a commit 4dbfbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ios/build_rust_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
set -euvx

# add path to the system SDK, needed since macOS 11
if [ -z ${var+x} ]; then
if [ -z ${LIBRARY_PATH+x} ]; then
export LIBRARY_PATH="$(xcrun --show-sdk-path)/usr/lib"
else
export LIBRARY_PATH="$LIBRARY_PATH:$(xcrun --show-sdk-path)/usr/lib"
Expand Down

0 comments on commit 4dbfbf0

Please sign in to comment.