diff options
| author | pravic <[email protected]> | 2016-04-15 19:25:35 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-15 19:25:35 +0300 |
| commit | 4898c06feb94653326735865057e069311806ea1 (patch) | |
| tree | d2cf7491a777b536c4c197fc4492b3dcab330ca1 /README.md | |
| parent | add note about target compilation (diff) | |
| download | winapi-kmd-rs-4898c06feb94653326735865057e069311806ea1.tar.xz winapi-kmd-rs-4898c06feb94653326735865057e069311806ea1.zip | |
fix paths in build.cmd for the manual staticlib compilation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ git submodule init git submodule update --recursive ``` -Set the nightly-msvc Rust toolchain [for this](https://github.com/rust-lang-nursery/multirust-rs#directory-overrides) repository: +[Set](https://github.com/rust-lang-nursery/multirust-rs#directory-overrides) the nightly-msvc Rust toolchain for this repository: `rustup override add nightly-i686-msvc` |