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