mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 06:23:24 +00:00
iOS: build googlemaps
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5edcf2aea2
commit
ce8cad615a
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue