Skip to content

Commit 695411c

Browse files
committed
downloader set linux aarch64 to 64 for testing on arm64 linux
1 parent 3b23e0a commit 695411c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/dev/download_libs.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LEGACY=0
88
SILENT_ARGS=""
99
NO_SSL=""
1010
BLEEDING_EDGE=0
11-
DL_VERSION=2.7.4
11+
DL_VERSION=2.7.5
1212
GCC_VERSION=0
1313
TAG=""
1414

@@ -171,6 +171,8 @@ if [ "$ARCH" == "" ]; then
171171
ARCH=64
172172
elif [ "$ARCH" == "arm64" ]; then
173173
ARCH=64 # for now
174+
elif [ "$ARCH" == "aarch64" ]; then
175+
ARCH=64 # for now
174176
elif [ "$ARCH" == "i686" ] || [ "$ARCH" == "i386" ]; then
175177
echo "32bit linux is not officially supported anymore but compiling the libraries using the build script in apothecary/scripts should compile all the dependencies without problem"
176178
exit 1

0 commit comments

Comments
 (0)