bottom: fix build where TARGET=HOST with rust 1.54

This commit is contained in:
heitbaum 2021-06-19 09:22:15 +00:00
parent e23a0e5e2d
commit 94edf01cc7

View File

@ -14,6 +14,7 @@ PKG_TOOLCHAIN="manual"
make_target() {
. "$(get_build_dir rust)/cargo/env"
cargo build \
${CARGO_Z_TARGET_APPLIES_TO_HOST} \
--release \
--locked \
--all-features