forked from KolibriOS/kolibrios
fix autobuild
git-svn-id: svn://kolibrios.org@8726 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
7f7312d98b
commit
77fdf72199
@ -1,6 +1,4 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||
|
||||
tup.rule("chip8.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "chip8")
|
||||
tup.rule("chip8.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "chip8")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user