iOS: build googlemaps

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-03-12 18:25:12 -07:00
parent 5edcf2aea2
commit ce8cad615a

View file

@ -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