Marc-Andre Lemburg added the comment:

You will have to also create a new compiler class for the compiler. If this is 
more or less the same clang as used on Unix and MacOS, chances are high, the 
UnixCCompiler class already supports most of it. Only some changes related to 
paths may be necessary.

That said, standard CPython is compiled with VC++ so you will likely get better 
compatibility by compiling extension modules with the same compiler.

----------
nosy: +lemburg

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31332>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to