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:19:03 +0000
committerdjsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-28 16:19:03 +0000
commitfae96e735927292feb6a945d93b6fdf127feabec (patch)
treee90d4cf7d44bdd95aa8a2e5c4abbeedfca08824a /common.gypi
parent9262c04ace3ee8a54a51b23bbd71b2f609594467 (diff)
downloadgyp-fae96e735927292feb6a945d93b6fdf127feabec.tar.gz
fix the build
git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@4387 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 85c590d..06db4a8 100644
--- a/common.gypi
+++ b/common.gypi
@@ -24,7 +24,7 @@
['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',
+ ['skia_arch_width != 32 and skia_arch_width != 64',
{'error': '<!(skia_arch_width can only be 32 or 64 bits not <(skia_arch_width) bits)'
}],
],