[issue30687] build.bat should locate msbuild.exe rather than vcvarsall.bat

Pär Björklund report at bugs.python.org
Sat Jun 24 14:58:42 EDT 2017


Pär Björklund added the comment:

This change causes build failures when VS2017 is installed without the C++ tooling as it finds MSBuild belonging to VS2017 but it can't build using it.

Microsoft recommends using this tool https://github.com/microsoft/vswhere to find and set up the paths, it also works with VS2015.

----------
nosy: +Paxxi

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30687>
_______________________________________


More information about the Python-bugs-list mailing list