forked from KolibriOS/kolibrios
d47fdfc83f
git-svn-id: svn://kolibrios.org@6478 a494cfbc-eb01-0410-851d-a64ba20cac60
3 lines
128 B
Lua
3 lines
128 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("rshell.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "rshell")
|