aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-16 15:14:22 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-16 15:14:22 +0000
commitcff7f5bbf537dc9be69dc22133926d08940b0c02 (patch)
treedcb61822112d6a20e71e198b4493694df721d510 /gyp
parent66ef61469368dd4f40bc419bb9aa69604df5182e (diff)
Make Mac build generate both 32-bit and 64-bit code.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_conditions.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index cfb67aeb7a..b2025062be 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -132,6 +132,7 @@
# trying to get this to work, but it needs clang I think...
# 'WARNING_CFLAGS': '-Wexit-time-destructors',
'CLANG_WARN_CXX0X_EXTENSIONS': 'NO',
+ 'ARCHS': '$(ARCHS_STANDARD_32_64_BIT)',
},
},
],