| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index cf448f38673559de322e675b5500f8de6e1905e0..932a4686a3ebe3d15824425ab4602836507e8ad0 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -98,6 +98,7 @@
|
| ['(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 \
|
| (OS=="android" or OS=="qnx")', {
|
| 'want_separate_host_toolset': 1,
|
|
|