[issue9047] Python 2.7rc2 includes -isysroot twice on each gcc command line

Ronald Oussoren report at bugs.python.org
Tue Jun 22 12:17:53 CEST 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Sigh.

-isysroot was added to CPPFLAGS because Python wouldn't build as a universal binary anymore due a fix for issue 1628484. (According to the SVN log for r80187).

I'll see what can be done to avoid adding -isysroot twice to the compiler flags.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9047>
_______________________________________


More information about the Python-bugs-list mailing list