Marc-Andre Lemburg <[email protected]> added the comment: Note that the duplicate insertion of -isysroot happens because CPPFLAGS was changed to include this extra option.
Since PY_CFLAGS includes both CFLAGS and CPPFLAGS, you get the duplicate occurrence. In Python 2.6, the extra option did appear in CPPFLAGS. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9047> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
