]> git.lizzy.rs Git - rust.git/commit
Clarify rustbuild + msvc + vcvars in README
authorAlex Crichton <alex@alexcrichton.com>
Wed, 6 Jul 2016 18:35:33 +0000 (11:35 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 7 Jul 2016 16:34:46 +0000 (09:34 -0700)
commitb67f23c847040b6c5125f1a2e0f4c5d742c69040
tree81be67daeb69ff338d5ce15e678f3c50eadb5f91
parentec58d0c9976c18c405a59d26252a1fa7a3e2a742
Clarify rustbuild + msvc + vcvars in README

The invocation of vcvars is only needed for versions of Visual Studio that
rustbuild or cmake doesn't understand, but if older versions are installed then
there's no need to call vcvars.

Closes #34576
README.md