From 3afcff56d45cc8ea0a894a976c33ffac8813d6e5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 3 Nov 2019 04:15:15 -0800 Subject: iOS: build the debug version of Google maps library if needed When trying to debug on device Xcode really wants a debug build (which is nearly unusably slow, but that's a different issue). Signed-off-by: Dirk Hohndel --- packaging/ios/build.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packaging') diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh index f7998f197..93d6fefe5 100755 --- a/packaging/ios/build.sh +++ b/packaging/ios/build.sh @@ -234,6 +234,11 @@ mkdir -p build-ios/googlemaps-build pushd build-ios/googlemaps-build ${IOS_QT}/${QT_VERSION}/ios/bin/qmake ${SSRF_CLONE}/googlemaps/googlemaps.pro CONFIG+=release make +if [ "$DEBUGRELEASE" != "Release" ] ; then + ${IOS_QT}/${QT_VERSION}/ios/bin/qmake ${SSRF_CLONE}/googlemaps/googlemaps.pro CONFIG+=debug + make clean + make +fi popd # now combine the libraries into fat libraries -- cgit v1.2.3-70-g09d2