Fix Cython language detection
Fixes #14284
LINK : fatal error LNK1104: cannot open file 'python37_d.lib'
Why does this now fail when the other ones don't?
Why does this now fail when the other ones don't?
The Arch/PyPy failure looks unrelated and is happening on other PRs as well. Note that it's a different test case from the one added in this PR (python: 4, rather than cython: 4).
There was a different failure caused by the lack of buildtype=release.
The Arch/PyPy failure looks unrelated and is happening on other PRs as well. Note that it's a different test case from the one added in this PR (
python: 4, rather thancython: 4).
Incidentally the PyPy failure seems to have happened immediately upon the upgrade to PyPy 3.11. I've been unable to find time to investigate but this isn't quite so promising...