]> granicus.if.org Git - python/commit
Fix for issue #7724: ensure that distutils and python's own setup.py
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 3 Jun 2010 09:47:21 +0000 (09:47 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 3 Jun 2010 09:47:21 +0000 (09:47 +0000)
commit593e4ca7a5300752c1fe595c22caa859b7fcd5fb
tree259a43d26ac1a77a9d5a59ee5fe2bfd9c9b5b2e2
parent52dcd4590652e3c6f57a94fb57a5522880b7d72b
Fix for issue #7724: ensure that distutils and python's own setup.py
honor the MacOSX SDK when one is specified.

This is needed to be able to build using the 10.4u SDK while running
on OSX 10.6.

This is a fixed version of the patch in r80963, I've tested this patch
on OSX and Linux.
Lib/distutils/unixccompiler.py
setup.py