summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorArun Raghavan <arun@centricular.com>2015-02-20 16:44:26 +0530
committerSebastian Dröge <sebastian@centricular.com>2015-02-22 10:41:55 +0200
commite9a20b4dfc4776e6c8b71a0dd09068a330134499 (patch)
tree15a4df6cc0213831662b389335ca4785707054e4 /config
parent2a617a2a4293784b457fa4f87f70aaf9dd3351a6 (diff)
config: Set iOS min version correctly
The comment about the crashing linker appears to be obsolete.
Diffstat (limited to 'config')
-rw-r--r--config/ios.config5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/ios.config b/config/ios.config
index 4d3d65ae..85762e1e 100644
--- a/config/ios.config
+++ b/config/ios.config
@@ -14,10 +14,7 @@ variants += ['nogtk3', 'noclutter', 'nopython', 'notestspackage']
# used later. System libs are passed through the -isysroot option
allow_system_libs=False
-# The linker crashes if minversion is set to 6.0
-# Setting it to 5.1 (that doesn't exist) makes the minversion
-# effectively be 6.0 without making it crash
-min_version='5.1'
+min_version='6.0'
if target_distro_version == distro_version:
target_distro_version = None