Skip to content

Commit 86f0f44

Browse files
authored
Rollup merge of #44043 - mattico:patch-1, r=alexcrichton
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.
2 parents 4d83634 + 081f32a commit 86f0f44

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)