| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 09182ba302988a046c522d7c57041d2e8f2b0b85..b88cf4e2ea1e3b56c18944c8c539b53959e1ad5b 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -2115,7 +2115,7 @@
|
| 'gyp': {'type': 'gyp'},
|
|
|
| 'hybrid': {
|
| - 'gn_args': 'v8_target_cpu="arm" target_cpu="x86"',
|
| + 'gn_args': 'v8_target_arch="arm" target_cpu="x86"',
|
| 'gyp_defines': 'v8_target_arch=arm target_arch=ia32 host_arch=x86_64',
|
| 'mixins': ['disable_nacl'],
|
| },
|
|
|