We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25ee77 commit a8f5ad1Copy full SHA for a8f5ad1
scripts/osx/download_latest_libs.sh
@@ -5,6 +5,5 @@ cd $SCRIPT_DIR
5
if [ ! -z ${BITS+x} ]; then
6
../dev/download_libs.sh -p osx -b -a $BITS $@
7
else
8
- ../dev/download_libs.sh -p osx -b -a x86_64 $@
9
- ../dev/download_libs.sh -p osx -b -a arm64 -n $@
+ ../dev/download_libs.sh -p osx -b -n $@
10
fi
0 commit comments