summaryrefslogtreecommitdiff
path: root/gyp/platform-ios.gypi
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-06 14:58:17 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-06 16:16:50 -0800
commit423cfc11e5ddc3c0464264c876c74f63c456ce5d (patch)
tree186911bda738aec46a07cce0527a7541e1b3b546 /gyp/platform-ios.gypi
parent17451418cc7cb359985185e4a0f5a7581c0d9a6b (diff)
downloadqtlocation-mapboxgl-423cfc11e5ddc3c0464264c876c74f63c456ce5d.tar.gz
refs #2966: remove -ObjC linker flag & bring in categories via other means
Diffstat (limited to 'gyp/platform-ios.gypi')
-rw-r--r--gyp/platform-ios.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index 3dabc19867..d5fb6a8474 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -54,6 +54,8 @@
'../platform/ios/MGLAnnotationImage.m',
'../include/mbgl/ios/MGLStyle.h',
'../platform/ios/MGLStyle.mm',
+ '../platform/ios/MGLCategoryLoader.h',
+ '../platform/ios/MGLCategoryLoader.m',
'../platform/ios/NSBundle+MGLAdditions.h',
'../platform/ios/NSBundle+MGLAdditions.m',
'../platform/ios/NSException+MGLAdditions.h',
@@ -82,7 +84,6 @@
'-framework MobileCoreServices',
'-framework QuartzCore',
'-framework SystemConfiguration',
- '-ObjC',
],
},