[Python-Dev] Proper place to put extra args for building

Brett C. bac at OCF.Berkeley.EDU
Sat Apr 23 06:12:42 CEST 2005


Martin v. Löwis wrote:
> Brett C. wrote:
> 
>>Yep, you're right.  I initially thought that the parentheses meant it was a
>>Makefile-only variable, but it actually goes to the environment for those
>>unknown values.
>>
>>Before I check it in, though, should setup.py be tweaked to use it as well?  I
>>say yes.
> 
> 
> You means sysconfig.py, right?

No, I mean Python's setup.py; line 174.

> Probably yes.
> 

You mean Distutils' sysconfig, right?  I can change that as well if you want.

-Brett


More information about the Python-Dev mailing list