Skip to content

Commit

Permalink
Update run_osx_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim authored Jan 14, 2025
1 parent 3e099ee commit 31b295b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .scripts/run_osx_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ echo ""

( endgroup "Configuring conda" ) 2> /dev/null

# Set the target arch
# check TARGET_ARCH IS SET AND USE IT, otherwise fallback to auto detection
# Set the target arch or auto detect it
if [[ -z "${TARGET_ARCH}" ]]; then
if [[ "$(uname -m)" == "arm64" ]]; then
TARGET_ARCH="arm64"
Expand Down

0 comments on commit 31b295b

Please sign in to comment.