Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 1341926

Browse files
committed
Issue python#15819: Remove old unconditional -IInclude option
A newer instance of this option, enabled in the configure script when building outside the source tree, made this redundant.
1 parent a33e9f7 commit 1341926

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
9494
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
9595
NO_AS_NEEDED= @NO_AS_NEEDED@
9696
LDLAST= @LDLAST@

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)