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
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/autobuild/ios.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/autobuild/ios.sh b/tools/autobuild/ios.sh
index 68eba54280..24332db64e 100644
--- a/tools/autobuild/ios.sh
+++ b/tools/autobuild/ios.sh
@@ -35,7 +35,7 @@ if [[ $CONFIGURATION == "simulator" ]]; then
MKSPEC="$LOCAL_DIRNAME/../mkspecs/iphonesimulator-clang"
else
SHADOW_DIR="${SHADOW_DIR_BASE}-${CONFIGURATION}"
- MKSPEC="$LOCAL_DIRNAME/../mkspecs/iphonedevice-llvm"
+ MKSPEC="$LOCAL_DIRNAME/../mkspecs/iphonedevice-clang"
fi
if [[ $# > 1 && "$2" == "clean" ]] ; then