2018-02-15 23:18:43 +00:00
|
|
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
2018-02-15 23:20:36 +00:00
|
|
|
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "en" or tup.getconfig("LANG")) .. " > lang.inc", {"lang.inc"})
|
2018-02-15 23:23:08 +00:00
|
|
|
tup.rule({"unz.asm", extra_inputs = {"lang.inc"}}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "unz")
|