Oops, forgot to turn the other plats on before checking in.

This commit is contained in:
David Given 2019-06-17 00:40:01 +02:00
parent 97e6d8f66a
commit 6531850462

View file

@ -7,24 +7,24 @@ vars.ackcflags = {
vars.ackldflags = {}
vars.plats = {
"cpm",
-- "linux386",
-- "linux68k",
-- "linuxppc",
-- "linuxmips",
-- "osx386",
-- "osxppc",
-- "pc86",
-- "rpi",
-- "pdpv7",
-- "em22",
"linux386",
"linux68k",
"linuxppc",
"linuxmips",
"osx386",
"osxppc",
"pc86",
"rpi",
"pdpv7",
"em22",
}
vars.plats_with_tests = {
-- "cpm",
-- "linux68k",
-- "linux386",
-- "linuxppc",
-- "linuxmips",
-- "pc86",
"cpm",
"linux68k",
"linux386",
"linuxppc",
"linuxmips",
"pc86",
}
installable {