From 31641c19bfcafa00de07aa98f91a0ebfee6edef3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 4 Dec 2017 12:53:43 -0800 Subject: [PATCH] libdc: fix iOS build script Mis-counted directories and missed the submodule init call. Signed-off-by: Dirk Hohndel --- packaging/ios/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh index 216c5fc07..1efe6e12c 100644 --- a/packaging/ios/build.sh +++ b/packaging/ios/build.sh @@ -259,8 +259,9 @@ echo next building for $ARCH # # build libdivecomputer - if [ ! -d ../../../libdivecomputer/src ] ; then - pushd ../../.. + if [ ! -d ../../libdivecomputer/src ] ; then + pushd ../.. + git submodule init git submodule update --recursive pushd libdivecomputer autoreconf --install