diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-12-03 15:49:05 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-12-03 15:49:05 -0800 |
commit | fec0283ac8f6929f90f36298fd1e4f0d07c9fb27 (patch) | |
tree | e71509a05254cc2556e696abb1aeb52beaddcf2b | |
parent | 6b4e8bac6dddf77268c1d87039b434fbfd4525c7 (diff) | |
download | qtlocation-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.gypi | 1 |
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', ], }, |