kolibrios/programs/system/open/Tupfile.lua
eAndrew 041fa32231 Fix autobuild
git-svn-id: svn://kolibrios.org@5395 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-02-11 20:44:25 +00:00

3 lines
250 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "en" or tup.getconfig("LANG")) .. " > lang.inc", {"lang.inc"})
tup.rule("open.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "open")