Skip to content

Commit 31b295b

Browse files
authored
Update run_osx_build.sh
1 parent 3e099ee commit 31b295b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.scripts/run_osx_build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ echo ""
8888

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

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

0 commit comments

Comments
 (0)