Closed PurpleFez closed 4 years ago
Bootstrapping uses -latest
because it doesn't really care which version of VS you have, it's just to build mob
itself. The call from within mob
uses the version that's specified in the INI file, so it must be exact.
Thanks for the PR!
This enabled me to work with VS Build Tools, but I think it ought to be checked against non Build Tools Visual Studio instances as a sanity check before being merged. I also noticed,
src/conf.cpp
lacks an argument of-latest
. I'm not sure if that's by design or what, but I think it should at least be noted.