We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf878c8 commit 2c695d7Copy full SHA for 2c695d7
README.md
@@ -127,8 +127,12 @@ python x.py build
127
Each specific ABI can also be used from either environment (for example, using
128
the GNU ABI in powershell) by using an explicit build triple. The available
129
Windows build triples are:
130
-- `x86_64-pc-windows-gnu` - The GNU ABI (using GCC)
131
-- `x86_64-pc-windows-msvc` - The MSVC ABI
+- GNU ABI (using GCC)
+ - `i686-pc-windows-gnu`
132
+ - `x86_64-pc-windows-gnu`
133
+- The MSVC ABI
134
+ - `i686-pc-windows-msvc`
135
+ - `x86_64-pc-windows-msvc`
136
137
The build triple can be specified by either specifying `--build=ABI` when
138
invoking `x.py` commands, or by copying the `config.toml` file (as described
0 commit comments