diff options
| author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-07-20 16:07:10 +0000 |
|---|---|---|
| committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-07-20 16:07:10 +0000 |
| commit | 0d1c0807e13833aa0f0b1b2907e77a965b00da06 (patch) | |
| tree | cbe02e1abade9c16951db64d1ac623d9f744a476 /Python/compile.c | |
| parent | f86c95a8d019d6578760a1ac4a58e33b795646fc (diff) | |
| download | cpython-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
