summaryrefslogtreecommitdiff
path: root/platform/ios/config.cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-03-07 16:41:23 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-03-08 14:05:19 -0800
commit3afae825c7b2f95e58cbcb85c59857f2253c945e (patch)
treeacac55f4d4942d60ed08758758f00ede0be59e80 /platform/ios/config.cmake
parentb83b14feb0b99d669fb84a52ab356051368de637 (diff)
downloadqtlocation-mapboxgl-3afae825c7b2f95e58cbcb85c59857f2253c945e.tar.gz
Use ICU compiled with -Os
Diffstat (limited to 'platform/ios/config.cmake')
-rw-r--r--platform/ios/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/config.cmake b/platform/ios/config.cmake
index 72e1c88525..cab8fd1357 100644
--- a/platform/ios/config.cmake
+++ b/platform/ios/config.cmake
@@ -1,6 +1,6 @@
add_definitions(-DMBGL_USE_GLES2=1)
-mason_use(icu VERSION 58.1)
+mason_use(icu VERSION 58.1-min-size)
macro(mbgl_platform_core)
set_xcode_property(mbgl-core IPHONEOS_DEPLOYMENT_TARGET "8.0")