[issue3871] cross and native build of python for mingw32 with distutils

Amaury Forgeot d'Arc report at bugs.python.org
Mon Nov 15 22:14:28 CET 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

> But different build system make new plaform!
Maybe, but not a new "sys.platform".

VC6 and VS9.0 don't share any project file for the compilation; but they both build a sys.platform=='win32'.
Distutils has to use another way to make the difference and choose the right compiler (in distutils.mscvcompiler.get_build_version())

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3871>
_______________________________________


More information about the Python-bugs-list mailing list