mirror of https://github.com/KLayout/klayout.git
Take out MSVCRT from setup.py because I don't know where to take it from on Azure hosts.
This commit is contained in:
parent
e81dde46fe
commit
74780e0197
3
setup.py
3
setup.py
|
|
@ -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 []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue