mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	iOS build: adjust configure flag for libdivecomputer
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									3ea15febfa
								
							
						
					
					
						commit
						e1a2074cb3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -351,7 +351,7 @@ echo next building for $ARCH
 | 
				
			||||||
	if [ ! -e $PKG_CONFIG_LIBDIR/libdivecomputer.pc ] ; then
 | 
						if [ ! -e $PKG_CONFIG_LIBDIR/libdivecomputer.pc ] ; then
 | 
				
			||||||
		mkdir -p libdivecomputer-build-$ARCH
 | 
							mkdir -p libdivecomputer-build-$ARCH
 | 
				
			||||||
		pushd libdivecomputer-build-$ARCH
 | 
							pushd libdivecomputer-build-$ARCH
 | 
				
			||||||
		../libdivecomputer/configure --host=${BUILDCHAIN} --prefix=${PREFIX} --enable-static --disable-shared --enable-examples=no --disable-libusb --disable-hidapi
 | 
							../libdivecomputer/configure --host=${BUILDCHAIN} --prefix=${PREFIX} --enable-static --disable-shared --enable-examples=no --without-libusb --disable-hidapi
 | 
				
			||||||
		make
 | 
							make
 | 
				
			||||||
		make install
 | 
							make install
 | 
				
			||||||
		popd
 | 
							popd
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue