typo fixed
git-svn-id: svn://kolibrios.org@9696 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
115b81881f
commit
143be8c69e
@ -9,7 +9,7 @@ OBJS = {}
|
|||||||
function compile_tcc(input, output)
|
function compile_tcc(input, output)
|
||||||
if not output then output = '%B.o' end
|
if not output then output = '%B.o' end
|
||||||
tup.append_table(OBJS,
|
tup.append_table(OBJS,
|
||||||
tup.foreach_rule(input, TCC .. " -c " .. CFLAGS .. " %f -o %o"), output
|
tup.foreach_rule(input, TCC .. " -c " .. CFLAGS .. " %f -o %o", output)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user