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.
This commit is contained in:
commit
86f0f44762
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ Windows build triples are:
|
|||
- `i686-pc-windows-msvc`
|
||||
- `x86_64-pc-windows-msvc`
|
||||
|
||||
The build triple can be specified by either specifying `--build=ABI` when
|
||||
The build triple can be specified by either specifying `--build=<triple>` when
|
||||
invoking `x.py` commands, or by copying the `config.toml` file (as described
|
||||
in Building From Source), and modifying the `build` option under the `[build]`
|
||||
section.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue