We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6930be6 commit 4cb7cb0Copy full SHA for 4cb7cb0
.appveyor.yml
@@ -47,9 +47,8 @@ install:
47
throw "There are newer queued builds for this pull request, failing early." }
48
- set OPENSSL_DIR="C:\OpenSSL-v11-Win%PYTHON_ARCH%"
49
- set VCLIBDIR=%WINDIR%\System32
50
- - cp %VCLIBDIR%/vcruntime*.dll ssh/
51
- - cp %VCLIBDIR%/msvcp*.dll ssh/
52
- - cp %VCLIBDIR%/msvcr*.dll ssh/
+ - cp %VCLIBDIR%/vcruntime140.dll ssh/
+ - cp %VCLIBDIR%/msvcr120.dll ssh/
53
- cp %OPENSSL_DIR%/bin/*.dll ssh/
54
55
- for %%I in (%PYTHONVERS%) do %%I\python.exe -V
0 commit comments