Skip to content

Commit 4cb7cb0

Browse files
authored
win32: only copy required VC runtimes (#65)
1 parent 6930be6 commit 4cb7cb0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .appveyor.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ install:
4747
throw "There are newer queued builds for this pull request, failing early." }
4848
- set OPENSSL_DIR="C:\OpenSSL-v11-Win%PYTHON_ARCH%"
4949
- set VCLIBDIR=%WINDIR%\System32
50-
- cp %VCLIBDIR%/vcruntime*.dll ssh/
51-
- cp %VCLIBDIR%/msvcp*.dll ssh/
52-
- cp %VCLIBDIR%/msvcr*.dll ssh/
50+
- cp %VCLIBDIR%/vcruntime140.dll ssh/
51+
- cp %VCLIBDIR%/msvcr120.dll ssh/
5352
- cp %OPENSSL_DIR%/bin/*.dll ssh/
5453

5554
- for %%I in (%PYTHONVERS%) do %%I\python.exe -V

0 commit comments

Comments
 (0)