]> git.lizzy.rs Git - rust.git/commitdiff
Update MSVC compilation instructions regarding path length on Windows
authorBasile Desloges <basile.desloges@gmail.com>
Sat, 25 Nov 2017 10:38:10 +0000 (11:38 +0100)
committerBasile Desloges <basile.desloges@gmail.com>
Sat, 25 Nov 2017 10:38:10 +0000 (11:38 +0100)
README.md

index 4fc003036e9b3601a79f18815dd48385d3e97f04..589aa1afe35ec7389bcafc875ffb130826af80ba 100644 (file)
--- 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