distutils icon indicating copy to clipboard operation
distutils copied to clipboard

Using alternative compiler on windows

Open wmjb opened this issue 1 year ago • 1 comments

I would like to see the ability to use alternative compilers on windows, other than msvc. for example using llvm-mingw as a compiler.

wmjb avatar Dec 08 '24 18:12 wmjb

a temporary workaround seems to be comment out the check https://github.com/pypa/distutils/blob/49e362ce78427d51b104664d246296f7546176a1/distutils/ccompiler.py#L1086 and it compiles with mingw

wmjb avatar Dec 08 '24 18:12 wmjb