mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +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…
	
	Add table
		Add a link
		
	
		Reference in a new issue