summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-05-08 08:44:37 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-05-08 08:44:37 (GMT)
commitd875d3c36eb56f9d8d61f2643cbab9d667506955 (patch)
tree21444ba585bb8dd5e2536fe343a97bef2fc27dca /Misc
parent22ff664ff7850032118c712023a4882ab23d471b (diff)
downloadcpython-d875d3c36eb56f9d8d61f2643cbab9d667506955.zip
cpython-d875d3c36eb56f9d8d61f2643cbab9d667506955.tar.gz
cpython-d875d3c36eb56f9d8d61f2643cbab9d667506955.tar.bz2
Fix for issue #7724: make it possible to build using
the OSX 10.4u SDK on MacOSX 10.6 by honoring the specified SDK when looking for files.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a29b767..e0519a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,6 +212,9 @@ Build
- Issue #3646: It is now easily possible to install a Python framework into
your home directory on MacOSX, see Mac/README for more information.
+- Issue #7724: Building now full honors an MacOSX SDK when specified, which
+ makes it possible do a working build with the OSX 10.4 SDK on MacOSX 10.6.
+
Misc
----