Wrong name of zlib.dll (needs to be zlib1.dll).

This commit is contained in:
Matthias Koefferlein 2019-11-12 01:12:48 +01:00
parent 1f0067a2c7
commit e81dde46fe
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class Config(object):
"""
if platform.system() == "Windows":
bits = os.getenv("KLAYOUT_BITS")
return [ os.path.join(bits, "zlib", "bin", "zlib.dll"),
return [ os.path.join(bits, "zlib", "bin", "zlib1.dll"),
os.path.join(bits, "ptw", "bin", "pthreadVCE2.dll"),
os.path.join(bits, "expat", "bin", "expat.dll"),
os.path.join(bits, "curl", "bin", "libcurl.dll"),