From 6fa666474571e26f3a6a885e536ed41d56de7d9a Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Thu, 5 Sep 2024 10:25:28 -0400 Subject: [PATCH] change homebrew path to use environment variable --- setup/setup_ios_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup_ios_native.sh b/setup/setup_ios_native.sh index 86ebe2c16..540a71bed 100644 --- a/setup/setup_ios_native.sh +++ b/setup/setup_ios_native.sh @@ -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