about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-08-23 08:44:28 -0400
committerGitHub <noreply@github.com>2017-08-23 08:44:28 -0400
commit86f0f447627c2e765901cb5dcaaf80a4a7dce3b4 (patch)
tree28be41439f0f4d8e620636453388d9cfe8f87523
parent4d83634faf3f45e0f80e5629917dd03744e9b330 (diff)
parent081f32ab6777e5dbd4cd444c3c1e5234d14be958 (diff)
downloadrust-86f0f447627c2e765901cb5dcaaf80a4a7dce3b4.tar.gz
rust-86f0f447627c2e765901cb5dcaaf80a4a7dce3b4.zip
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6ff6df0aec..78a9f509bbc 100644
--- a/README.md
+++ b/README.md
@@ -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.