summaryrefslogtreecommitdiff
path: root/gyp/platform-ios.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/platform-ios.gypi')
-rw-r--r--gyp/platform-ios.gypi6
1 files changed, 2 insertions, 4 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index de8745bf25..042df591a6 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -47,16 +47,13 @@
'<@(uv_static_libs)',
],
'ldflags': [
- '-framework CoreGraphics',
'-framework CoreLocation',
'-framework CoreTelephony',
- '-framework ImageIO',
'-framework GLKit',
+ '-framework ImageIO',
'-framework MobileCoreServices',
- '-framework OpenGLES',
'-framework QuartzCore',
'-framework SystemConfiguration',
- '-framework UIKit',
],
},
@@ -67,6 +64,7 @@
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'CLANG_ENABLE_OBJC_ARC': 'YES',
+ 'CLANG_ENABLE_MODULES': 'YES',
},
'link_settings': {