Skip to content

Commit

Permalink
Fix README MSVC URI
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkl committed Jul 31, 2019
1 parent 5e6619e commit 54e268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -144,7 +144,7 @@ then you may need to force rustbuild to use an older version. This can be done
by manually calling the appropriate vcvars file before running the bootstrap.

```batch
> CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
> CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
> python x.py build
```

Expand Down

0 comments on commit 54e268c

Please sign in to comment.