]> granicus.if.org Git - python/commit
Merged revisions 81662 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 3 Jun 2010 14:59:56 +0000 (14:59 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 3 Jun 2010 14:59:56 +0000 (14:59 +0000)
commit7682063d41b25a0ea52f91f630b87b10dd3c85ae
tree7dad6d2e1f5c8b3cb275155e40471da99563e7f0
parent3c102f30fc6b0782215783545780dbb1286a0ed9
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