mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Add bios suffix to bios bootloader file
This commit is contained in:
parent
a39840612e
commit
71202ef03a
@ -11,7 +11,7 @@ if [ "${ARCH}" == "x86_64" ]
|
||||
then
|
||||
export TARGET="x86-unknown-none"
|
||||
"${COOKBOOK_MAKE}" -j "${COOKBOOK_MAKE_JOBS}"
|
||||
cp "build/${TARGET}/bootloader.bin" "${COOKBOOK_STAGE}/bootloader"
|
||||
cp "build/${TARGET}/bootloader.bin" "${COOKBOOK_STAGE}/bootloader.bios"
|
||||
fi
|
||||
|
||||
export TARGET="${ARCH}-unknown-uefi"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user