about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBasile Desloges <basile.desloges@gmail.com>2017-11-25 11:38:10 +0100
committerBasile Desloges <basile.desloges@gmail.com>2017-11-25 11:38:10 +0100
commit513910e321eac3eafabc59a0d8745f50c7ea3979 (patch)
tree90aeec6419929bad6203a5491a0ded1926a1a3c6
parent59bf09d4d473c803609d3ad925a0ebf13bdbb0ab (diff)
downloadrust-513910e321eac3eafabc59a0d8745f50c7ea3979.tar.gz
rust-513910e321eac3eafabc59a0d8745f50c7ea3979.zip
Update MSVC compilation instructions regarding path length on Windows
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fc003036e9..589aa1afe35 100644
--- a/README.md
+++ b/README.md
@@ -129,6 +129,9 @@ CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.
 python x.py build
 ```
 
+If you are seeing build failure when compiling `rustc_binaryen`, make sure the path
+length of the rust folder is not longer than 22 characters.
+
 #### Specifying an ABI
 [specifying-an-abi]: #specifying-an-abi