fix libcurl deps install (msvc)

This commit is contained in:
DeckerSU
2019-03-11 06:32:02 +03:00
parent 56905677d5
commit 42e975b4df

View File

@@ -57,7 +57,7 @@ pushd curl
mkdir build64 & pushd build64
cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=%PREFIX_DIR% -DCMAKE_USE_WINSSL:BOOL=ON ..
rem cmake --build . --config Release --target libcurl
cmake --build . --config Release --target libcurl
cmake --build . --config Release --target install
popd
popd