Apps/lod: Rewrite from nasm to fasm
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
if tup.getconfig("NO_NASM") ~= "" then return end
|
||||
tup.rule("lod.asm", "nasm -f bin -o %o %f " .. tup.getconfig("KPACK_CMD"), "lod")
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
tup.rule("lod.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "lod")
|
||||
|
Reference in New Issue
Block a user