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
commitd21886cea4d661ba81b577d4bb0792e4ce0e575a (patch)
treee1ee1d26b2a18b52d6bf809fd22e8e982356c85a /Python/compile.c
parent41e6c3df8bd8e7f3990886c5269b2f446095de38 (diff)
downloadcpython-git-d21886cea4d661ba81b577d4bb0792e4ce0e575a.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