summaryrefslogtreecommitdiff
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:49:05 -0800
commitfec0283ac8f6929f90f36298fd1e4f0d07c9fb27 (patch)
treee71509a05254cc2556e696abb1aeb52beaddcf2b
parent6b4e8bac6dddf77268c1d87039b434fbfd4525c7 (diff)
downloadqtlocation-mapboxgl-fec0283ac8f6929f90f36298fd1e4f0d07c9fb27.tar.gz
fixes #3180, fixes #3113: bring back -ObjC linker flag
Reverts a tiny sliver of 423cfc1
-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 205cfe22dd..370af4030a 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -88,6 +88,7 @@
'-framework MobileCoreServices',
'-framework QuartzCore',
'-framework SystemConfiguration',
+ '-ObjC',
],
},