aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/common.gypi2
-rw-r--r--gyp/common_variables.gypi2
2 files changed, 2 insertions, 2 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 85c590d56a..06db4a8823 100644
--- a/gyp/common.gypi
+++ b/gyp/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)'
}],
],
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 49aadddc04..69cd50962b 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -64,7 +64,7 @@
# Do not turn on 'skia_angle' - it is currently experimental
'skia_angle%': 0,
'skia_arch_type%': 'x86',
- 'skia_arch_width%': '32',
+ 'skia_arch_width%': 32,
},
# Re-define all variables defined within the level-2 'variables' dict,