diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-16 15:14:22 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-16 15:14:22 +0000 |
commit | cff7f5bbf537dc9be69dc22133926d08940b0c02 (patch) | |
tree | dcb61822112d6a20e71e198b4493694df721d510 /gyp | |
parent | 66ef61469368dd4f40bc419bb9aa69604df5182e (diff) |
Make Mac build generate both 32-bit and 64-bit code.
BUG=http://code.google.com/p/skia/issues/detail?id=524
Review URL: https://codereview.appspot.com/6022057
git-svn-id: http://skia.googlecode.com/svn/trunk@3687 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/common_conditions.gypi | 1 |
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)', }, }, ], |