I would like to think about whether we can/should produce .pc files with Windows paths in them when building with Visual Studio in MSys. This is because if we have such .pc files, it will make building Python extensions in Windows a lot easier, as we'll be able to rely on pkg-config to find libraries, which we cannot currently do. I believe this should be possible, we just need to convert paths with cygpath when building the .pc files. I'll think a bit about how to do it.
I would like to think about whether we can/should produce
.pcfiles with Windows paths in them when building with Visual Studio in MSys. This is because if we have such.pcfiles, it will make building Python extensions in Windows a lot easier, as we'll be able to rely onpkg-configto find libraries, which we cannot currently do. I believe this should be possible, we just need to convert paths withcygpathwhen building the.pcfiles. I'll think a bit about how to do it.