mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-09 20:13:07 -04:00
5 lines
131 B
Lua
5 lines
131 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("kruler.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "kruler")
|
|
|
|
|