ack/plat/linux68k/libsys/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

17 lines
268 B
Lua

acklibrary {
name = "lib",
srcs = {
"./_syscall.s",
"plat/linux/libsys+srcs",
},
deps = {
"plat/linux/libsys+headers",
"lang/cem/libcc.ansi/headers+headers",
"plat/linux68k/include+pkg",
},
vars = {
plat = "linux68k"
}
}