Fix compatibility with other MSVC versions by explicitly converting to string#2570
Fix compatibility with other MSVC versions by explicitly converting to string#2570texodus merged 1 commit intoperspective-dev:masterfrom
Conversation
|
What is the bug? What is |
|
We have always hardcoded it in our CI, which is why we likely never saw the issue. It's also possible that we hardcoded it originally BECAUSE of this bug. Regardless, this fixes the Visual Studio detection logic so that by default we build against the same VS that your python built against (whereas before the bug caused it to always use the default because of the wrong key type) |
This is a really minor bug, but causes some annoyance during our build process and is the reason we have to explicitly set
PSP_GENERATORin a few places.