diff options
author | Ned Deily <nad@acm.org> | 2012-08-05 21:56:21 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-08-05 21:56:21 (GMT) |
commit | 03e2180b3f5c8fbbbf26e8ffc168ddf6269aba02 (patch) | |
tree | 7a21b7f81229476b8d2ead2e099abc129375cba3 /Misc | |
parent | e768c39890a3071219d02b1b49e957d58b6410a3 (diff) | |
download | cpython-03e2180b3f5c8fbbbf26e8ffc168ddf6269aba02.zip cpython-03e2180b3f5c8fbbbf26e8ffc168ddf6269aba02.tar.gz cpython-03e2180b3f5c8fbbbf26e8ffc168ddf6269aba02.tar.bz2 |
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -440,6 +440,8 @@ Tests Build ----- +- Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. + - Issue #8847: Disable COMDAT folding in Windows PGO builds. - Issue #14197: For OS X framework builds, ensure links to the shared |