| Index: gypfiles/standalone.gypi
|
| diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi
|
| index 85f0029aab102b787651a07592928fdedd3a1606..89f06a0cbdcfac65f813c4ff623505e3fb06aec6 100644
|
| --- a/gypfiles/standalone.gypi
|
| +++ b/gypfiles/standalone.gypi
|
| @@ -238,6 +238,7 @@
|
| (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=="mips" and host_arch!="mips") or \
|
| (v8_target_arch=="x64" and host_arch!="x64") or \
|
| (OS=="android" or OS=="qnx")', {
|
| 'want_separate_host_toolset': 1,
|
|
|