mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-14 19:07:09 +03:00
3 lines
143 B
Lua
3 lines
143 B
Lua
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
||
|
tup.rule("uefi4kos.asm", "fasm -dUEFI=1 -dextended_primary_loader=1 %f %o", "kolibri.efi")
|