mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
bottom: fix build where TARGET=HOST with rust 1.54
This commit is contained in:
parent
e23a0e5e2d
commit
94edf01cc7
@ -14,6 +14,7 @@ PKG_TOOLCHAIN="manual"
|
|||||||
make_target() {
|
make_target() {
|
||||||
. "$(get_build_dir rust)/cargo/env"
|
. "$(get_build_dir rust)/cargo/env"
|
||||||
cargo build \
|
cargo build \
|
||||||
|
${CARGO_Z_TARGET_APPLIES_TO_HOST} \
|
||||||
--release \
|
--release \
|
||||||
--locked \
|
--locked \
|
||||||
--all-features
|
--all-features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user