diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-04 12:55:57 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-04 13:54:07 -0800 |
commit | ee0341fd97dd78a87a81788300ced3c60594b756 (patch) | |
tree | 2504a2907c25ae1d107073d311085e249d0fbfa1 /packaging | |
parent | ce771f3fae3cff8ee0cc8d02fd372df2f97d37a4 (diff) | |
download | subsurface-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.sh | 2 |
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 |