]> granicus.if.org Git - python/commit
Half of the fix for issue 6957: ensure that distutils
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 22 Sep 2009 19:27:44 +0000 (19:27 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 22 Sep 2009 19:27:44 +0000 (19:27 +0000)
commit68776dbd3ce5dfa04cbb957e797b164a2308af82
tree9e017331720bcd0ef9d72fbad7d16bdaf7ccbdd2
parent6ef9fd7c97bb45d7c9e2cee8be2ef707c8cc4b8c
Half of the fix for issue 6957: ensure that distutils
ignores the '-isysroot' option on OSX when the
corresponding SDK is not installed.

This ensures that the user can compile extensions
on OSX 10.6 using the Python.org installer and a
default installation of Xcode.
Lib/distutils/sysconfig.py