• Ronald Oussoren's avatar
    Without this patch the value of sysconfig.get_config_var('LDSHARED') · d21886ce
    Ronald Oussoren yazdı
    is wrong when PY_LDFLAGS is not empty.
    
    The bug was caused by LDSHARED getting expanded *before* sysconfig
    renamed PY_LDSHARED (and simular values) to names without a PY_
    prefix.
    
    The patch tries to maintain the intended behaviour of allowing users
    to set LDFLAGS in the environment and have that affect the build.
    
    Without this patch a universal build on OSX cannot build universal
    (fat binary) extensions.
    d21886ce
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...