mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Fix kernel package build
This commit is contained in:
parent
99f7948c73
commit
a8070a3533
@ -7,7 +7,7 @@ function recipe_build {
|
||||
cp -v "$(realpath ../init.rc)" "$INITFS_FOLDER/etc/init.rc"
|
||||
cargo rustc \
|
||||
--lib \
|
||||
--target "${ARCH}-unknown-none" \
|
||||
--target "${ARCH}-unknown-kernel" \
|
||||
--release \
|
||||
-Z build-std=core,alloc \
|
||||
-- \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user