File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ build_script:
6969 - for %%I in (%PYTHONVERS%) do cp C:/zlib/lib/zlibstatic.lib %%I/libs/
7070 - for %%I in (%PYTHONVERS%) do ls %%I/libs/
7171 - ci\\appveyor\\build_ssh2.bat
72- - for %%I in (%PYTHONVERS%) do cp src /src/libssh2.lib %%I/libs/ || cp src /src/Release/libssh2.lib %%I/libs/
72+ - for %%I in (%PYTHONVERS%) do cp build_dir /src/libssh2.lib %%I/libs/ || cp build_dir /src/Release/libssh2.lib %%I/libs/
7373 - rm -f ssh2/*.c
7474 - ps : ls ssh2
7575 - for %%I in (%PYTHONVERS%) do %%I\python.exe -V
Original file line number Diff line number Diff line change 1- mkdir src
2- cd src
1+ mkdir build_dir
2+ cd build_dir
33
44ECHO " Building with platform %MSVC% "
5- cmake ..\libssh2 -G " NMake Makefiles" ^
5+ cmake ..\libssh2\libssh2 -G " NMake Makefiles" ^
66 -DCMAKE_BUILD_TYPE=Release ^
77 -DCRYPTO_BACKEND=OpenSSL ^
88 -G" %MSVC% " ^
You can’t perform that action at this time.
0 commit comments