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