mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Fix indentation in bootloader recipe
This commit is contained in:
parent
8ffed36842
commit
e1654fdc45
@ -11,7 +11,7 @@ function recipe_update {
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
nasm -f bin -o bootloader -D "ARCH_${ARCH}" -i"${ARCH}/" "${ARCH}/disk.asm"
|
||||
nasm -f bin -o bootloader -D "ARCH_${ARCH}" -i"${ARCH}/" "${ARCH}/disk.asm"
|
||||
skip=1
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user