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.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 {