0

Merge pull request #970 from CounterPillow/patch-1

Add note about distutils bug.
This commit is contained in:
Aaron Griffith
2013-08-12 10:02:17 -07:00

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
-----