ack/tests/plat/bugs/build.lua
David Given 25b6712e63 Rework all the ackbuilder scripts not to use wildcards, because we can't expand
them without luaposix, which isn't available (easily) on OSX or Windows.
2022-07-14 23:57:54 +02:00

13 lines
183 B
Lua

bundle {
name = "srcs",
srcs = {
"./bug-157-i80-varargs_c.c",
"./bug-164-faddrn_c.c",
"./bug-203-ego-sr_c-O3.c",
"./bug-22-inn_mod.mod",
"./bug-62-notvar_var_e.c",
}
}