Skip to content

Commit

Permalink
change homebrew path to use environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
catarial committed Sep 5, 2024
1 parent fefe100 commit 6fa6664
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 6fa6664

Please sign in to comment.