mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Changed option "crypto" to "gnutls"
This commit is contained in:
6
Jamfile
6
Jamfile
@ -23,10 +23,10 @@ lib libdatachannel
|
||||
<cxxflags>-pthread
|
||||
;
|
||||
|
||||
# feature crypto : openssl gnutls : composite propagated ;
|
||||
feature.compose <crypto>openssl
|
||||
feature gnutls : off on : composite propagated ;
|
||||
feature.compose <gnutls>off
|
||||
: <define>USE_GNUTLS=0 ;
|
||||
feature.compose <crypto>gnutls
|
||||
feature.compose <gnutls>on
|
||||
: <define>USE_GNUTLS=1 ;
|
||||
|
||||
alias plog
|
||||
|
Reference in New Issue
Block a user