Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Sep 13, 2023
1 parent 595f890 commit b3ded6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concordance/win/make_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
], capture_output=True, check=True, text=True)
with tempfile.TemporaryDirectory() as tempdir:
for line in cp.stdout.splitlines():
print(line)
dll = line.split('=>')[1].strip()
if dll != 'not found':
shutil.copy2(dll, tempdir)
Expand Down

0 comments on commit b3ded6b

Please sign in to comment.