Oops, forgot to turn the other plats on before checking in.
This commit is contained in:
parent
97e6d8f66a
commit
6531850462
32
build.lua
32
build.lua
|
@ -7,24 +7,24 @@ vars.ackcflags = {
|
||||||
vars.ackldflags = {}
|
vars.ackldflags = {}
|
||||||
vars.plats = {
|
vars.plats = {
|
||||||
"cpm",
|
"cpm",
|
||||||
-- "linux386",
|
"linux386",
|
||||||
-- "linux68k",
|
"linux68k",
|
||||||
-- "linuxppc",
|
"linuxppc",
|
||||||
-- "linuxmips",
|
"linuxmips",
|
||||||
-- "osx386",
|
"osx386",
|
||||||
-- "osxppc",
|
"osxppc",
|
||||||
-- "pc86",
|
"pc86",
|
||||||
-- "rpi",
|
"rpi",
|
||||||
-- "pdpv7",
|
"pdpv7",
|
||||||
-- "em22",
|
"em22",
|
||||||
}
|
}
|
||||||
vars.plats_with_tests = {
|
vars.plats_with_tests = {
|
||||||
-- "cpm",
|
"cpm",
|
||||||
-- "linux68k",
|
"linux68k",
|
||||||
-- "linux386",
|
"linux386",
|
||||||
-- "linuxppc",
|
"linuxppc",
|
||||||
-- "linuxmips",
|
"linuxmips",
|
||||||
-- "pc86",
|
"pc86",
|
||||||
}
|
}
|
||||||
|
|
||||||
installable {
|
installable {
|
||||||
|
|
Loading…
Reference in a new issue