Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/autobuild/ios.sh')
-rw-r--r--tools/autobuild/ios.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/autobuild/ios.sh b/tools/autobuild/ios.sh
index 24332db64e..b16dcd870a 100644
--- a/tools/autobuild/ios.sh
+++ b/tools/autobuild/ios.sh
@@ -22,7 +22,6 @@ if [[ $? -ne 0 ]]; then
fi
export SDK_ROOT
-MKSPEC="$LOCAL_DIRNAME/../mkspecs/iphonedevice-llvm"
QMAKE_PARAMS="CONFIG+=${CONFIGURATION}"
if [[ $CONFIGURATION == "production" ]] ; then
QMAKE_PARAMS="$QMAKE_PARAMS CONFIG+=release"