mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-31 11:29: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
|
<cxxflags>-pthread
|
||||||
;
|
;
|
||||||
|
|
||||||
# feature crypto : openssl gnutls : composite propagated ;
|
feature gnutls : off on : composite propagated ;
|
||||||
feature.compose <crypto>openssl
|
feature.compose <gnutls>off
|
||||||
: <define>USE_GNUTLS=0 ;
|
: <define>USE_GNUTLS=0 ;
|
||||||
feature.compose <crypto>gnutls
|
feature.compose <gnutls>on
|
||||||
: <define>USE_GNUTLS=1 ;
|
: <define>USE_GNUTLS=1 ;
|
||||||
|
|
||||||
alias plog
|
alias plog
|
||||||
|
Reference in New Issue
Block a user