Skip to content

Commit 081f32a

Browse files
authored
Clarify windows build instructions in README
The old wording made me think you were supposed to do `python x.py --build=msvc`, which is not the case. Specify that you need to use the target triple.
1 parent a24e0f2 commit 081f32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Windows build triples are:
135135
- `i686-pc-windows-msvc`
136136
- `x86_64-pc-windows-msvc`
137137

138-
The build triple can be specified by either specifying `--build=ABI` when
138+
The build triple can be specified by either specifying `--build=<triple>` when
139139
invoking `x.py` commands, or by copying the `config.toml` file (as described
140140
in Building From Source), and modifying the `build` option under the `[build]`
141141
section.

0 commit comments

Comments
 (0)