forked from KolibriOS/kolibrios
5 lines
263 B
Lua
5 lines
263 B
Lua
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
||
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
||
|
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||
|
tup.rule("spiral.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "spiral")
|