summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-03-12 18:25:12 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-03-22 07:33:54 -0700
commitce8cad615a44efb2df2a08cb033b241db8b30fb0 (patch)
treebf167f83d9c9487552cd07f19441aef81d27ef50 /packaging
parent5edcf2aea2fb16e891ac482d7eb56f5977b5a52e (diff)
downloadsubsurface-ce8cad615a44efb2df2a08cb033b241db8b30fb0.tar.gz
iOS: build googlemaps
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/ios/build.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh
index 39a74a58e..2954f165a 100644
--- a/packaging/ios/build.sh
+++ b/packaging/ios/build.sh
@@ -293,6 +293,17 @@ echo next building for $ARCH
make install
popd
fi
+
+# build googlemaps
+ if [ ! -d googlemaps ] ; then
+ git clone git://github.com/subsurface-divelog/googlemaps
+ fi
+ mkdir -p googlemaps-build-$ARCH
+ pushd googlemaps-build-$ARCH
+ ${IOS_QT}/${QT_VERSION}/ios/bin/qmake ../googlemaps/googlemaps.pro
+ make
+ make install
+ popd
done
# now combine the arm libraries into fat libraries