summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-11-02 03:48:24 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-11-02 03:48:24 (GMT)
commit740e1dcdc22027899cd3e88c2bdc99af8071a805 (patch)
tree66cb7c92fff811be38421614b8150134a781cc3c /Misc
parent048345d4174254a1d70eb4aa09109dddee858223 (diff)
parent4b2b1de0bdca9020a015473c5348e1a1d4bb53f9 (diff)
downloadcpython-740e1dcdc22027899cd3e88c2bdc99af8071a805.zip
cpython-740e1dcdc22027899cd3e88c2bdc99af8071a805.tar.gz
cpython-740e1dcdc22027899cd3e88c2bdc99af8071a805.tar.bz2
Issue #17896: Move Windows external lib sources from .. to externals.
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 3f62b97..56e1da4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1385,6 +1385,9 @@ Tools/Demos
Windows
-------
+- Issue #17896: The Windows build scripts now expect external library sources
+ to be in ``PCbuild\..\externals`` rather than ``PCbuild\..\..``.
+
- Issue #17717: The Windows build scripts now use a copy of NASM pulled from
svn.python.org to build OpenSSL.