mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/build: load meson host conf as native file
This commit is contained in:
parent
17cbb7a632
commit
8d70c35a3d
@ -264,8 +264,8 @@ else
|
|||||||
;;
|
;;
|
||||||
"meson:host")
|
"meson:host")
|
||||||
create_meson_conf_host ${TARGET} ${MESON_CONF}
|
create_meson_conf_host ${TARGET} ${MESON_CONF}
|
||||||
echo "Executing (host): meson ${HOST_MESON_OPTS} --cross-file=${MESON_CONF} ${PKG_MESON_OPTS_HOST} ${PKG_MESON_SCRIPT%/*}" | tr -s " "
|
echo "Executing (host): meson ${HOST_MESON_OPTS} --native-file=${MESON_CONF} ${PKG_MESON_OPTS_HOST} ${PKG_MESON_SCRIPT%/*}" | tr -s " "
|
||||||
meson ${HOST_MESON_OPTS} --cross-file=${MESON_CONF} ${PKG_MESON_OPTS_HOST} ${PKG_MESON_SCRIPT%/*}
|
meson ${HOST_MESON_OPTS} --native-file=${MESON_CONF} ${PKG_MESON_OPTS_HOST} ${PKG_MESON_SCRIPT%/*}
|
||||||
;;
|
;;
|
||||||
"meson:init")
|
"meson:init")
|
||||||
create_meson_conf_target ${TARGET} ${MESON_CONF}
|
create_meson_conf_target ${TARGET} ${MESON_CONF}
|
||||||
@ -274,8 +274,8 @@ else
|
|||||||
;;
|
;;
|
||||||
"meson:bootstrap")
|
"meson:bootstrap")
|
||||||
create_meson_conf_host ${TARGET} ${MESON_CONF}
|
create_meson_conf_host ${TARGET} ${MESON_CONF}
|
||||||
echo "Executing (bootstrap): meson ${BOOTSTRAP_MESON_OPTS} --cross-file=${MESON_CONF} ${PKG_MESON_OPTS_BOOTSTRAP} ${PKG_MESON_SCRIPT%/*}" | tr -s " "
|
echo "Executing (bootstrap): meson ${BOOTSTRAP_MESON_OPTS} ----native-file=${MESON_CONF} ${PKG_MESON_OPTS_BOOTSTRAP} ${PKG_MESON_SCRIPT%/*}" | tr -s " "
|
||||||
meson ${BOOTSTRAP_MESON_OPTS} --cross-file=${MESON_CONF} ${PKG_MESON_OPTS_BOOTSTRAP} ${PKG_MESON_SCRIPT%/*}
|
meson ${BOOTSTRAP_MESON_OPTS} --native-file=${MESON_CONF} ${PKG_MESON_OPTS_BOOTSTRAP} ${PKG_MESON_SCRIPT%/*}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# cmake builds with ninja
|
# cmake builds with ninja
|
||||||
|
Loading…
x
Reference in New Issue
Block a user