Take out MSVCRT from setup.py because I don't know where to take it from on Azure hosts.

This commit is contained in:
Matthias Koefferlein 2019-11-12 01:44:19 +01:00
parent e81dde46fe
commit 74780e0197
1 changed files with 1 additions and 2 deletions

View File

@ -274,8 +274,7 @@ class Config(object):
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"),
os.getenv("KLAYOUT_MSVCRT") ]
os.path.join(bits, "curl", "bin", "libcurl.dll") ]
else:
return []