0

Add note about distutils bug.

This commit is contained in:
Nicolas F.
2013-08-12 01:12:50 +02:00
parent 2d44e82bd2
commit 70b96e9c2e

View File

@@ -82,6 +82,10 @@ Building with mingw
python setup.py build --compiler=mingw32
If the build fails with complaints about ``-mno-cygwin``, open the file ``Lib/distutils/cygwincompiler.py``
in an editor of your choice, and remove all mentions of ``-mno-cygwin``. This is a bug in distutils,
filed as `Issue 12641 <http://bugs.python.org/issue12641>`_.
Linux
-----