mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:23:23 +00:00
libdc: fix iOS build script
Mis-counted directories and missed the submodule init call. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0a2e53caf2
commit
31641c19bf
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue