mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
build-system: Use the correct library name, libftdi1
The library name is actually libftdi1 , not libftdi. Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
1157ad3faf
commit
207c752396
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ case ${PLATFORM} in
|
|||
PACKAGES=("${COMMON_PACKAGES[@]}" libxslt)
|
||||
;;
|
||||
android)
|
||||
PACKAGES=("${COMMON_PACKAGES[@]}" libxslt sqlite libxml2 openssl libftdi libusb)
|
||||
PACKAGES=("${COMMON_PACKAGES[@]}" libxslt sqlite libxml2 openssl libftdi1 libusb)
|
||||
;;
|
||||
single)
|
||||
PACKAGES=("$3")
|
||||
|
@ -177,7 +177,7 @@ for package in "${PACKAGES[@]}" ; do
|
|||
libzip)
|
||||
curl_download_library libzip https://subsurface-divelog.org/downloads/ libzip-${CURRENT_LIBZIP}.tar.xz
|
||||
;;
|
||||
libftdi)
|
||||
libftdi1)
|
||||
curl_download_library libftdi1 https://www.intra2net.com/en/developer/libftdi/download/ libftdi1-${CURRENT_LIBFTDI}.tar.bz2
|
||||
;;
|
||||
sqlite)
|
||||
|
|
Loading…
Reference in a new issue