commit | b5afe548d4d23d6cff7ab2be259e41cd6017d3c5 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Dec 24 14:17:19 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Dec 24 14:17:19 2009 +0000 |
tree | b6624a45b794085e519eb1bb49a9642c9c9096cc | |
parent | 92919a66d2bd4641a83edff4356805280d77a068 [diff] [blame] |
Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a
diff --git a/Misc/NEWS b/Misc/NEWS index d734269..130029c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -64,6 +64,9 @@ - Switch to OpenSSL 0.9.8l on Windows. +- Issue #7541: when using ``python-config`` with a framework install the compiler might + use the wrong library. + Tests -----