diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-05-08 08:44:37 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-05-08 08:44:37 (GMT) |
commit | d875d3c36eb56f9d8d61f2643cbab9d667506955 (patch) | |
tree | 21444ba585bb8dd5e2536fe343a97bef2fc27dca /Misc | |
parent | 22ff664ff7850032118c712023a4882ab23d471b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ---- |