This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST)
90
90
# Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
91
91
# be able to build extension modules using the directories specified in the
92
92
# 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)
94
94
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
95
95
NO_AS_NEEDED= @NO_AS_NEEDED@
96
96
LDLAST= @LDLAST@
Original file line number Diff line number Diff line change @@ -328,6 +328,9 @@ Build
328
328
- Issue #28066: Fix the logic that searches build directories for generated
329
329
include files when building outside the source tree.
330
330
331
+ - Issue #15819: Remove redundant include search directory option for building
332
+ outside the source tree.
333
+
331
334
- Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
332
335
333
336
- Issue #27705: Update message in validate_ucrtbase.py
You can’t perform that action at this time.
0 commit comments