summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-04 12:55:57 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-04 13:54:07 -0800
commitee0341fd97dd78a87a81788300ced3c60594b756 (patch)
tree2504a2907c25ae1d107073d311085e249d0fbfa1 /packaging
parentce771f3fae3cff8ee0cc8d02fd372df2f97d37a4 (diff)
downloadsubsurface-ee0341fd97dd78a87a81788300ced3c60594b756.tar.gz
Enable building BLE dive computers on iOS
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/ios/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh
index 1efe6e12c..7011b9fc1 100644
--- a/packaging/ios/build.sh
+++ b/packaging/ios/build.sh
@@ -272,7 +272,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 --without-libusb --without-hidapi
+ ../../../libdivecomputer/configure --host=${BUILDCHAIN} --prefix=${PREFIX} --enable-static --disable-shared --enable-examples=no --without-libusb --without-hidapi --enable-ble
make
make install
popd