diff options
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-24 21:38:38 +0000 |
---|---|---|
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-24 21:38:38 +0000 |
commit | 129dee80146129fa600eaf9f631f4897c79db4a1 (patch) | |
tree | 5d3f4450f014400fc61241352ad44258a7acc276 | |
parent | b8d212fe95cc96fae707b7e7784de87afcf0620f (diff) |
fix mac builds
comment out 64 bit / mac error check
git-svn-id: http://skia.googlecode.com/svn/trunk@5654 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | gyp/debugger.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp index 27109dcbbf..c37c9c6424 100644 --- a/gyp/debugger.gyp +++ b/gyp/debugger.gyp @@ -67,7 +67,8 @@ }, }], [ 'skia_os == "mac" and skia_arch_width != 64', { - 'error': '<!(skia_arch_width must be 64 bits when building the debugger on mac)' +# this is now mysteriously triggered for all mac builds +# 'error': '<!(skia_arch_width must be 64 bits when building the debugger on mac)' }], [ 'skia_os == "mac"', { 'mac_bundle' : 1, |