commit | d787abffc06141076fe408069b8d10da3870a2c0 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Sep 22 19:31:34 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Sep 22 19:31:34 2009 +0000 |
tree | 9cf596ec872dc6236ea4386e2388f5a8536da6de | |
parent | 5270fce038be8edc2379090b36780191f8a4bcfb [diff] |
Merged revisions 75022 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75022 | ronald.oussoren | 2009-09-22 21:27:44 +0200 (Tue, 22 Sep 2009) | 8 lines 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. ........