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:
authorAlex Zolotarev <deathbaba@gmail.com>2012-08-15 14:46:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:41:55 +0300
commit7388c3681873fc8f6f1c1e1ae5208ab4b58e7fea (patch)
tree245c921a79e6c7883c4cba175244d0fede7029e2 /tools
parent4b95c20f44509c5a14fb50de1575679bde280ef9 (diff)
[ios] Switched default compiler from llvm-gcc to clang
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