We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f20817 commit a6593afCopy full SHA for a6593af
build.py
@@ -3,19 +3,19 @@
3
# This is the list of which plats to build.
4
PLATS = [
5
"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",
+ "linux386",
+ "linux68k",
+ "linuxmips",
+ "linuxppc",
+ "minix68k",
+ "msdos386",
+ "msdos86",
+ "osx386",
+ "osxppc",
+ "pc86",
+ "rpi",
+ "pdpv7",
+ "em22",
19
]
20
21
# This contains the platform-independent host tooling required to build the plats.
0 commit comments