summaryrefslogtreecommitdiff
path: root/gyp/platform-osx.gypi
diff options
context:
space:
mode:
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': {