summaryrefslogtreecommitdiff
path: root/platform/ios/platform.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/platform.gyp')
-rw-r--r--platform/ios/platform.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/ios/platform.gyp b/platform/ios/platform.gyp
index e4abff27e3..4cb26091d4 100644
--- a/platform/ios/platform.gyp
+++ b/platform/ios/platform.gyp
@@ -129,6 +129,14 @@
'CLANG_ENABLE_OBJC_ARC': 'YES',
'CLANG_ENABLE_MODULES': 'YES',
},
+
+ 'conditions': [
+ ['OS == "mac"', {
+ 'xcode_settings': {
+ 'BITCODE_GENERATION_MODE': 'bitcode',
+ },
+ },],
+ ],
'link_settings': {
'libraries': [ '<@(libraries)' ],