Skip to content

Commit 513910e

Browse files
committed
Update MSVC compilation instructions regarding path length on Windows
1 parent 59bf09d commit 513910e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.
129129
python x.py build
130130
```
131131

132+
If you are seeing build failure when compiling `rustc_binaryen`, make sure the path
133+
length of the rust folder is not longer than 22 characters.
134+
132135
#### Specifying an ABI
133136
[specifying-an-abi]: #specifying-an-abi
134137

0 commit comments

Comments
 (0)