summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-12 01:32:03 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-09-12 01:32:03 (GMT)
commitc5ee3caa807abeb14b586117ce36bc1c2a762390 (patch)
treed79da77b1a09d8dbeb0f2c9db0326e5ebfc4b096 /Misc
parent44c19eccf9fd8258f8d939fe30b79b644b2c235a (diff)
downloadcpython-c5ee3caa807abeb14b586117ce36bc1c2a762390.zip
cpython-c5ee3caa807abeb14b586117ce36bc1c2a762390.tar.gz
cpython-c5ee3caa807abeb14b586117ce36bc1c2a762390.tar.bz2
Issue #28066: Fix include search directory logic for out-of-tree builds
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 73286b7..43f8f25 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -322,6 +322,9 @@ Windows
Build
-----
+- Issue #28066: Fix the logic that searches build directories for generated
+ include files when building outside the source tree.
+
- Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
- Issue #27705: Update message in validate_ucrtbase.py