summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-12-03 15:49:05 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-12-03 15:52:03 -0800
commit41e26394b63b458cc7444378cce59026360aee91 (patch)
tree98a0fa3f94f33f5b94b25c3e0da3434c1886a4a2 /gyp
parent435cd9ea9e327ad16e3bf9ee598999eb1bf586aa (diff)
downloadqtlocation-mapboxgl-41e26394b63b458cc7444378cce59026360aee91.tar.gz
fixes #3180, fixes #3113: bring back -ObjC linker flag
Reverts a tiny sliver of 423cfc1
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index 6a29fbd61c..5dae54ad90 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -91,6 +91,7 @@
'-framework MobileCoreServices',
'-framework QuartzCore',
'-framework SystemConfiguration',
+ '-ObjC',
],
},