mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
parent
f9f0b21653
commit
014f103705
3 changed files with 3 additions and 3 deletions
|
|
@ -443,7 +443,7 @@ class PyBuildExt(build_ext):
|
|||
|
||||
# Andrew Kuchling's zlib module.
|
||||
# This require zlib 1.1.3 (or later).
|
||||
# See http://www.cdrom.com/pub/infozip/zlib/
|
||||
# See http://www.gzip.org/zlib/
|
||||
if (self.compiler.find_library_file(lib_dirs, 'z')):
|
||||
exts.append( Extension('zlib', ['zlibmodule.c'],
|
||||
libraries = ['z']) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue