mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:01:37 +08:00
[curl]Add the dependency of the curl feature [ssh] to solve the lnk2019 error. (#5682)
This commit is contained in:
parent
61c6ef26f7
commit
b2ad980029
@ -1,5 +1,5 @@
|
||||
Source: curl
|
||||
Version: 7.61.1-2
|
||||
Version: 7.61.1-3
|
||||
Build-Depends: zlib
|
||||
Description: A library for transferring data with URLs
|
||||
Default-Features: ssl
|
||||
@ -19,7 +19,7 @@ Build-Depends: curl[openssl] (!windows), curl[winssl] (windows)
|
||||
Description: Default SSL backend
|
||||
|
||||
Feature: ssh
|
||||
Build-Depends: libssh2, curl[non-http]
|
||||
Build-Depends: curl[openssl], libssh2, curl[non-http]
|
||||
Description: SSH support via libssh2
|
||||
|
||||
# SSL backends
|
||||
|
Loading…
Reference in New Issue
Block a user