]> granicus.if.org Git - python/commit
Fix an issue with the detection of a non-existing SDK
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 10 Dec 2009 10:27:09 +0000 (10:27 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 10 Dec 2009 10:27:09 +0000 (10:27 +0000)
commit9fa9a0d635b9fee1ba7b643869cb7b70e9809716
tree5356cf2cd8982198f17ad9eeb3788797e6ed1931
parenta5fd24e97d18f96740c8ad02ea824ca6bb410cba
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.
Lib/distutils/sysconfig.py