summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authordjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-28 16:08:05 +0000
committerdjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-28 16:08:05 +0000
commit9262c04ace3ee8a54a51b23bbd71b2f609594467 (patch)
tree75bc02dcbd83df5fa91ca9a751f574fdcacb19f7 /common.gypi
parent7d6e0ee4b646dbfe0c84d1f8ef52faf9f98180e2 (diff)
downloadgyp-9262c04ace3ee8a54a51b23bbd71b2f609594467.tar.gz
Separate target architecture type and width into separate variables.
Also add support for building mac in 64 bit mode. Review URL: https://codereview.appspot.com/6343050 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@4385 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index 717e6eb..85c590d 100644
--- a/common.gypi
+++ b/common.gypi
@@ -24,6 +24,9 @@
['skia_angle and not skia_os == "win"',
{'error': '<!(skia_angle=1 only supported with skia_os="win".)'
}],
+ ['skia_arch_width != 32 or skia_arch_width != 64',
+ {'error': '<!(skia_arch_width can only be 32 or 64 bits not <(skia_arch_width) bits)'
+ }],
],
},
'includes': [