commit | 61f6a1bead1a04078d91c60bc3d7a2bcf828f0e5 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Dec 10 10:29:05 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Thu Dec 10 10:29:05 2009 +0000 |
tree | f4f29b4d0072f9fc6fdb7379894e26b29afb9f05 | |
parent | 287bef46b711845fbe9cdbe8011d71aa022f929f [diff] |
Merged revisions 76738 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76738 | ronald.oussoren | 2009-12-10 11:27:09 +0100 (Thu, 10 Dec 2009) | 6 lines Fix an issue with the detection of a non-existing SDK on OSX. Without this patch it wasn't possible after all to compile extensions on OSX 10.6 with the binary installer unless the user had installed the (non-default) 10.4u SDK. ........