Skip to content

Commit 55d0b4b

Browse files
author
Panos
committed
Updated msvc package files
1 parent 5507ddd commit 55d0b4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ install:
3939
- set VCLIBDIR=%WINDIR%\System32
4040
- cp %VCLIBDIR%/vcruntime*.dll ssh/
4141
- cp %VCLIBDIR%/msvcp*.dll ssh/
42+
- cp %VCLIBDIR%/msvcr*.dll ssh/
4243
- cp %OPENSSL_DIR%/bin/*.dll ssh/
4344

4445
# Prepend newly installed Python to the PATH of this build (this cannot be

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
if ON_WINDOWS:
8484
package_data['ssh'].extend([
8585
'libcrypto*.dll', 'libssl*.dll',
86-
'ssh.dll', 'msvcp*.dll', 'vcruntime*.dll',
86+
'ssh.dll', 'msvc*.dll', 'vcruntime*.dll',
8787
])
8888

8989
cmdclass = versioneer.get_cmdclass()

0 commit comments

Comments
 (0)