Skip to content

Commit

Permalink
Merge pull request #1173 from catarial/fix-homebrew-path
Browse files Browse the repository at this point in the history
change homebrew path to use environment variable
  • Loading branch information
shankari authored Sep 5, 2024
2 parents fefe100 + 6fa6664 commit 18c14c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_ios_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ $CHIP_ARC == $INTEL ]; then
else
if [ $CHIP_ARC == $APPLE_SILICONE ]; then
echo "Found "$APPLE_SILICONE" chip"
WORKING_DIR="/opt/homebrew/"
WORKING_DIR=$HOMEBREW_PREFIX
fi
fi

Expand Down

0 comments on commit 18c14c7

Please sign in to comment.