commit | 670280470d1da26eb047584ed6e6c22f36bb01f2 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sun Aug 05 14:42:45 2012 -0700 |
committer | Ned Deily <nad@acm.org> | Sun Aug 05 14:42:45 2012 -0700 |
tree | 36baaee8979560fa1e7f3a4f390bdb28e7b6a4aa | |
parent | 947f358a069c9141c0230e440ab5cba07df0f87f [diff] [blame] |
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
diff --git a/Misc/NEWS b/Misc/NEWS index 587c07d..7010133 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -327,6 +327,8 @@ Build ----- +- Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. + - Issue #8847: Disable COMDAT folding in Windows PGO builds. - Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.