Skip to content

Commit a6593af

Browse files
committed
Remember to turn all the plats on!
1 parent 7f20817 commit a6593af

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

build.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# This is the list of which plats to build.
44
PLATS = [
55
"cpm",
6-
# "linux386",
7-
# "linux68k",
8-
# "linuxmips",
9-
# "linuxppc",
10-
# "minix68k",
11-
# "msdos386",
12-
# "msdos86",
13-
# "osx386",
14-
# "osxppc",
15-
# "pc86",
16-
# "rpi",
17-
# "pdpv7",
18-
# "em22",
6+
"linux386",
7+
"linux68k",
8+
"linuxmips",
9+
"linuxppc",
10+
"minix68k",
11+
"msdos386",
12+
"msdos86",
13+
"osx386",
14+
"osxppc",
15+
"pc86",
16+
"rpi",
17+
"pdpv7",
18+
"em22",
1919
]
2020

2121
# This contains the platform-independent host tooling required to build the plats.

0 commit comments

Comments
 (0)