mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
This commit is contained in:
parent
c1a02f9101
commit
63a638c43f
18 changed files with 1277 additions and 38 deletions
|
@ -651,7 +651,7 @@ def collect_zlib(info_add):
|
|||
except ImportError:
|
||||
return
|
||||
|
||||
attributes = ('ZLIB_VERSION', 'ZLIB_RUNTIME_VERSION')
|
||||
attributes = ('ZLIB_VERSION', 'ZLIB_RUNTIME_VERSION', 'ZLIBNG_VERSION')
|
||||
copy_attributes(info_add, zlib, 'zlib.%s', attributes)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue