add aarch64 build

This commit is contained in:
Jakob Ketterl
2019-12-15 02:18:30 +00:00
parent f012c1180c
commit f7ff798238
3 changed files with 9 additions and 2 deletions

View File

@ -29,9 +29,12 @@ case $ARCH in
armv*)
BINARY=SDRplay_RSP_API-RPi-2.13.1.run
;;
aarch64)
BINARY=SDRplay_RSP_API-ARM64-2.13.1.run
;;
esac
wget http://www.sdrplay.com/software/$BINARY
wget https://www.sdrplay.com/software/$BINARY
sh $BINARY --noexec --target sdrplay
patch --verbose -Np0 < /install-lib.$ARCH.patch