Disabled crypto option in Jamfile

This commit is contained in:
Paul-Louis Ageneau
2020-06-03 15:39:30 +02:00
parent 516a529952
commit c823249a72

View File

@ -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