You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
windows/msvc/paths.props: Dont add variant path for mpy-cross build.
This file is shared by mpy-cross.vcxproj, where PyVariant will be not set
(because common.props explicitly doesn't set it when building mpy-cross).
However, paths.props will attempt to default PyVariantDir to
`variants\$(PyVariant)\` which will end up as `variants\\` and the double
backslash breaks the cl.exe command line.
So this also ensures that PyVariant is set before defaulting PyVariantDir.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
0 commit comments