diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-11-02 03:39:21 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-11-02 03:39:21 (GMT) |
commit | 4b2b1de0bdca9020a015473c5348e1a1d4bb53f9 (patch) | |
tree | 973bb0c572ba91436bf387b71f9f025d01284bf4 /Misc/NEWS | |
parent | 91f01e175a4f8f21893401573bdc36c5004388dd (diff) | |
download | cpython-4b2b1de0bdca9020a015473c5348e1a1d4bb53f9.zip cpython-4b2b1de0bdca9020a015473c5348e1a1d4bb53f9.tar.gz cpython-4b2b1de0bdca9020a015473c5348e1a1d4bb53f9.tar.bz2 |
Issue #17896: Move Windows external lib sources from .. to externals.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -128,6 +128,9 @@ Build 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. |