Index: gypfiles/standalone.gypi |
diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi |
index 85f0029aab102b787651a07592928fdedd3a1606..11cefc9cf0d9283b3da5d090390811cdba95beba 100644 |
--- a/gypfiles/standalone.gypi |
+++ b/gypfiles/standalone.gypi |
@@ -234,11 +234,7 @@ |
'icu_gyp_path': '../third_party/icu/icu.gyp', |
'conditions': [ |
- ['(v8_target_arch=="arm" and host_arch!="arm") or \ |
- (v8_target_arch=="arm64" and host_arch!="arm64") or \ |
- (v8_target_arch=="mipsel" and host_arch!="mipsel") or \ |
- (v8_target_arch=="mips64el" and host_arch!="mips64el") or \ |
- (v8_target_arch=="x64" and host_arch!="x64") or \ |
+ ['(v8_target_arch!=host_arch) or \ |
(OS=="android" or OS=="qnx")', { |
'want_separate_host_toolset': 1, |
}, { |