diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-09-19 17:09:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-19 17:09:27 -0700 |
commit | e1a2074cb3dfb30a7461d27cbae2fd56c2da6904 (patch) | |
tree | c7653f78567fe43228ec86c28522d427d8e3820b /packaging | |
parent | 3ea15febfae811dc7bbdf23a0965088f2548032f (diff) | |
download | subsurface-e1a2074cb3dfb30a7461d27cbae2fd56c2da6904.tar.gz |
iOS build: adjust configure flag for libdivecomputer
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh index c3af0aa1d..e48feec90 100644 --- a/packaging/ios/build.sh +++ b/packaging/ios/build.sh @@ -351,7 +351,7 @@ echo next building for $ARCH if [ ! -e $PKG_CONFIG_LIBDIR/libdivecomputer.pc ] ; then mkdir -p 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 install popd |