mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
stop using features, as this makes CI unhappy
This commit is contained in:
parent
a1bc1f2c61
commit
4666b18567
@ -1,21 +1,4 @@
|
||||
Source: ixwebsocket
|
||||
Version: 4.0.3
|
||||
Build-Depends: zlib
|
||||
Build-Depends: zlib, openssl, mbedtls
|
||||
Description: Lightweight WebSocket Client and Server + HTTP Client
|
||||
Default-Features: ssl
|
||||
|
||||
Feature: ssl
|
||||
Build-Depends: ixwebsocket[openssl] (!windows&!osx), ixwebsocket[mbedtls] (windows), ixwebsocket[sectransp] (osx)
|
||||
Description: Default SSL backend
|
||||
|
||||
# SSL backends
|
||||
Feature: openssl
|
||||
Build-Depends: openssl
|
||||
Description: SSL support (OpenSSL)
|
||||
|
||||
Feature: mbedtls
|
||||
Build-Depends: mbedtls
|
||||
Description: SSL support (mbedTLS)
|
||||
|
||||
Feature: sectransp
|
||||
Description: SSL support (sectransp)
|
||||
|
Loading…
Reference in New Issue
Block a user