From ee0341fd97dd78a87a81788300ced3c60594b756 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 4 Dec 2017 12:55:57 -0800 Subject: Enable building BLE dive computers on iOS Signed-off-by: Dirk Hohndel --- packaging/ios/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2