]> granicus.if.org Git - python/commit
Merged revisions 81662 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 3 Jun 2010 14:42:25 +0000 (14:42 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 3 Jun 2010 14:42:25 +0000 (14:42 +0000)
commit2c12ab18bcfc2925572397d0bb0e580f0021cf8c
tree2f488b598ff5e1a9c87358a7766cd6ef67768fcc
parent1b51272b1b2565c60116119e1d4ac92602f66954
Merged revisions 81662 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81662 | ronald.oussoren | 2010-06-03 11:47:21 +0200 (Thu, 03 Jun 2010) | 9 lines

  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