Fix kernel package build

This commit is contained in:
Jeremy Soller 2021-07-14 13:09:41 -06:00
parent 99f7948c73
commit a8070a3533
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -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 \
-- \