Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 7647a7969d42a1e4094f8eb16e0701ba948ae992..25e95e2462082ced938574e8d635ae18104c2e6b 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -279,6 +279,16 @@ |
['OS=="solaris"', { |
'defines': [ '__C99FEATURES__=1' ], # isinf() etc. |
}], |
+ ['OS=="mac" and target_arch=="ia32"', { |
+ 'xcode_settings': { |
+ 'ARCHS': ['i386'] |
+ } |
+ }], |
+ ['OS=="mac" and target_arch=="x64"', { |
+ 'xcode_settings': { |
+ 'ARCHS': ['x86_64'] |
+ } |
+ }], |
], # conditions |
'configurations': { |
'Debug': { |