Skip to content

Commit

Permalink
copy vs14 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
0u812 committed Mar 18, 2016
1 parent 725c5d9 commit 3ba1d1e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions wrappers/Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,8 @@ def _copyDistFiles():
if platform.system().lower().startswith("win"):
print("copying windows dlls...")

shutil.copyfile("bin/iconv.dll", "site-packages/roadrunner/iconv.dll")
shutil.copyfile("bin/msvcp120.dll", "site-packages/roadrunner/msvcp120.dll")
shutil.copyfile("bin/msvcr120.dll", "site-packages/roadrunner/msvcr120.dll")
shutil.copyfile("bin/libxml2.DLL", "site-packages/roadrunner/libxml2.dll")
shutil.copyfile("bin/zlib1.dll", "site-packages/roadrunner/zlib1.dll")
shutil.copyfile("bin/msvcp140.dll", "site-packages/roadrunner/msvcp140.dll")
shutil.copyfile("bin/vcruntime140.dll", "site-packages/roadrunner/vcruntime140.dll")

import glob
for f in glob.glob("*.txt"):
Expand Down

0 comments on commit 3ba1d1e

Please sign in to comment.