summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-07-20 16:07:10 +0000
committerRonald Oussoren <ronaldoussoren@mac.com>2010-07-20 16:07:10 +0000
commit0d1c0807e13833aa0f0b1b2907e77a965b00da06 (patch)
treecbe02e1abade9c16951db64d1ac623d9f744a476 /Python/compile.c
parentf86c95a8d019d6578760a1ac4a58e33b795646fc (diff)
downloadcpython-0d1c0807e13833aa0f0b1b2907e77a965b00da06.tar.gz
Without this patch the value of sysconfig.get_config_var('LDSHARED')
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.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions