aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/common.gypi')
-rw-r--r--gyp/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 717e6ebbd8..85c590d56a 100644
--- a/gyp/common.gypi
+++ b/gyp/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': [