mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-12 15:46:15 +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
|
# build libdivecomputer
|
||||||
if [ ! -d ../../../libdivecomputer/src ] ; then
|
if [ ! -d ../../libdivecomputer/src ] ; then
|
||||||
pushd ../../..
|
pushd ../..
|
||||||
|
git submodule init
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
pushd libdivecomputer
|
pushd libdivecomputer
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
|
|
Loading…
Add table
Reference in a new issue