Updated ARCH

This commit is contained in:
Ben 2026-03-12 15:58:19 -04:00 committed by GitHub
parent ad9c0ce857
commit 1119704b72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ then
cp libftd2xx.* /usr/local/lib
chmod 0755 /usr/local/lib/libftd2xx.so.1.4.27
ln -sf /usr/local/lib/libftd2xx.so.1.4.27 /usr/local/lib/libftd2xx.so
elif [ "$ARC" = "armv71" ];
elif [[ "$ARC" = "armv71" || "$ARC" = "aarch64" ]];
then
wget $ARM
tar xfvz libftd2xx-arm-v7-hf-1.4.27.tgz