mozjs: extend --with-intl-api=build to all mips

This fixes mozjs crash, in launching js in qemu during gjs build

Fixes
|
| (process:606857): Gjs-ERROR **: 02:02:06.039: Could not initialize Javascript

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Khem Raj 2019-12-13 18:25:52 -08:00
parent 12a1bd3eba
commit 72600f0a4f

View File

@ -56,7 +56,7 @@ EXTRA_OECONF = " \
"
# Without this, JS_Init() will fail for mips64.
EXTRA_OECONF_append_mips64 = " --with-intl-api=build"
EXTRA_OECONF_append_mipsarch = " --with-intl-api=build"
EXTRA_OECONF_append_mipsarch = " --disable-ion"
EXTRA_OECONF_append_riscv64 = " --disable-ion"