File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST)
9090# Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
9191# be able to build extension modules using the directories specified in the
9292# environment variables
93- PY_CPPFLAGS= $(BASECPPFLAGS) -I. -IInclude - I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
93+ PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
9494PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
9595NO_AS_NEEDED= @NO_AS_NEEDED@
9696LDLAST= @LDLAST@
Original file line number Diff line number Diff line change @@ -328,6 +328,9 @@ Build
328328- Issue #28066: Fix the logic that searches build directories for generated
329329 include files when building outside the source tree.
330330
331+ - Issue #15819: Remove redundant include search directory option for building
332+ outside the source tree.
333+
331334- Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
332335
333336- Issue #27705: Update message in validate_ucrtbase.py
You can’t perform that action at this time.
0 commit comments