Re: [Python-Dev] cpython: remove duplicate -I

June 28, 2011
3:17 a.m.
In article <E1QYQFe-0006Ir-1o@dinsdale.python.org>, benjamin.peterson <python-checkins@python.org> wrote:
I think someone has already mentioned that this change breaks builds with a source directory outside the build directory and that breaks my OS X installer builds. Please revert or make the following change which works for me (but not tested elsewhere): -PY_CPPFLAGS= -I. -IInclude $(CONFIGURE_CPPFLAGS) $(CPPFLAGS) +PY_CPPFLAGS= -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS) -- Ned Deily, nad@acm.org
5011
Age (days ago)
5011
Last active (days ago)
1 comments
2 participants
participants (2)
-
Benjamin Peterson
-
Ned Deily