summaryrefslogtreecommitdiff
path: root/gyp/platform-osx.gypi
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-03-25 15:07:35 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-03-25 15:07:35 -0700
commitde9255f002637b5cee9539b8cd211b1667cfc237 (patch)
tree8188ed39bf39d7425f582418cc99a53e90798df5 /gyp/platform-osx.gypi
parent675f138154361411cd7ccd627753009f736a3ee0 (diff)
downloadqtlocation-mapboxgl-de9255f002637b5cee9539b8cd211b1667cfc237.tar.gz
Enabled modules in iOS demo app
No longer need to explicitly link system frameworks like UIKit.
Diffstat (limited to 'gyp/platform-osx.gypi')
-rw-r--r--gyp/platform-osx.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gyp/platform-osx.gypi b/gyp/platform-osx.gypi
index 39e18bb839..41a453533f 100644
--- a/gyp/platform-osx.gypi
+++ b/gyp/platform-osx.gypi
@@ -26,10 +26,8 @@
'<@(uv_static_libs)',
],
'ldflags': [
- '-framework Foundation',
'-framework ImageIO',
'-framework CoreServices',
- '-framework OpenGL',
'-framework ApplicationServices',
],
},
@@ -42,6 +40,7 @@
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'CLANG_ENABLE_OBJC_ARC': 'YES',
+ 'CLANG_ENABLE_MODULES': 'YES',
},
'link_settings': {