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:52:03 -0800 |
commit | 41e26394b63b458cc7444378cce59026360aee91 (patch) | |
tree | 98a0fa3f94f33f5b94b25c3e0da3434c1886a4a2 /gyp | |
parent | 435cd9ea9e327ad16e3bf9ee598999eb1bf586aa (diff) | |
download | qtlocation-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.gypi | 1 |
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', ], }, |