@@ -3,5 +3,5 @@ OB07_FLAGS = "-stk 1 -nochk a"
|
|||||||
|
|
||||||
function build_ob07(input, output, extra_flags)
|
function build_ob07(input, output, extra_flags)
|
||||||
extra_flags = extra_flags or ""
|
extra_flags = extra_flags or ""
|
||||||
tup.rule(input, OB07 .. " %f kosexe -out %o " .. OB07_FLAGS .. " " .. extra_flags .. " " .. tup.getconfig("KPACK_CMD") .. " && touch %o", output)
|
tup.rule(input, OB07 .. " %f kosexe -out %o " .. OB07_FLAGS .. " " .. extra_flags .. " " .. tup.getconfig("KPACK_CMD"), output)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user