winbuild: add parameter WITH_SSH

For building with libssh
Closes #8514
This commit is contained in:
illusory-dream 2022-02-26 02:07:00 +08:00 committed by Daniel Stenberg
parent 05be234b82
commit 2cadc890ce
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 42 additions and 2 deletions

View file

@ -83,6 +83,7 @@ where `<options>` is one or many of:
- `WITH_MBEDTLS=<dll/static>` - Enable mbedTLS support, DLL or static
- `WITH_CARES=<dll/static>` - Enable c-ares support, DLL or static
- `WITH_ZLIB=<dll/static>` - Enable zlib support, DLL or static
- `WITH_SSH=<dll/static>` - Enable libSSH support, DLL or static
- `WITH_SSH2=<dll/static>` - Enable libSSH2 support, DLL or static
- `WITH_PREFIX=<dir>` - Where to install the build
- `ENABLE_SSPI=<yes/no>` - Enable SSPI support, defaults to yes