How do you pass compiler option to setup.py install?

Emin.shopper Martinian.shopper emin.shopper at gmail.com
Thu Jan 3 11:39:01 EST 2008


On Jan 3, 2008 11:24 AM, Emin.shopper Martinian.shopper <
emin.shopper at gmail.com> wrote:

> How do you pass the -c option to setup.py install?


After some fiddling, I figured out that you can put the following two lines
in setup.cfg:

[build]
compiler=mingw32

It would be nice if you could somehow pass this on the command line or if
some of the help messages mentioned it....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080103/aab6a5f0/attachment-0001.html>


More information about the Python-list mailing list