ack/plat/em22/build-tools.lua
David Given 6ae38887a7 It appears that the parameter to lol technically has to be word aligned; having
a non-word aligned parameter is illegal (but most of the toolchain accepts it).
So, word align data structures for em22.
2018-06-12 20:54:15 +09:00

11 lines
156 B
Lua

include("plat/build.lua")
return installable {
name = "tools",
map = {
["$(PLATIND)/descr/em22"] = "./descr",
"util/opt+pkg",
"util/ass+pkg",
}
}