Skip to content

Commit

Permalink
Fix PATH in build-rust.sh
Browse files Browse the repository at this point in the history
 - Remove app.json
  • Loading branch information
HeavenVolkoff committed Sep 11, 2024
1 parent f5c89ce commit 5240a8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions app.json

This file was deleted.

2 changes: 1 addition & 1 deletion apps/mobile/modules/sd-core/ios/build-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

# Reset Path to sane value to allow rust to compile
export PATH
PATH="${CARGO_HOME:-"${HOME}/.cargo"}/bin:$(brew --prefix)/bin:$(env -i /bin/bash --noprofile --norc -c 'echo $PATH')"
PATH="${CARGO_HOME:-"${HOME}/.cargo"}/bin:$(brew --prefix)/bin:$(dirname "$(xcrun --find lipo)"):$(env -i /bin/bash --noprofile --norc -c 'echo $PATH')"

if [ "${PLATFORM_NAME:-}" = "iphonesimulator" ]; then
case "$(uname -m)" in
Expand Down

0 comments on commit 5240a8b

Please sign in to comment.