Skip to content

Commit a8f5ad1

Browse files
committed
macOS just one download latest libs
1 parent b25ee77 commit a8f5ad1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/osx/download_latest_libs.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ cd $SCRIPT_DIR
55
if [ ! -z ${BITS+x} ]; then
66
../dev/download_libs.sh -p osx -b -a $BITS $@
77
else
8-
../dev/download_libs.sh -p osx -b -a x86_64 $@
9-
../dev/download_libs.sh -p osx -b -a arm64 -n $@
8+
../dev/download_libs.sh -p osx -b -n $@
109
fi

0 commit comments

Comments
 (0)