mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
mozjs: Use RUST_HOST_SYS and RUST_TARGET_SYS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2918a07a04
commit
a8e33c9701
|
|
@ -40,7 +40,7 @@ JIT ?= ""
|
|||
JIT:mipsarch = "--disable-jit"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--target=${TARGET_SYS} \
|
||||
--target=${RUST_TARGET_SYS} \
|
||||
--host=${BUILD_SYS} \
|
||||
--prefix=${prefix} \
|
||||
--libdir=${libdir} \
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ do_configure() {
|
|||
cd ${B}
|
||||
python3 ${S}/configure.py \
|
||||
--enable-project=js \
|
||||
--target=${HOST_SYS} \
|
||||
--target=${RUST_HOST_SYS} \
|
||||
--host=${BUILD_SYS} \
|
||||
--prefix=${prefix} \
|
||||
--libdir=${libdir} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user