We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d04e2 commit 9b9ebcdCopy full SHA for 9b9ebcd
ngtcp2.sh
@@ -33,7 +33,7 @@ _VER="$1"
33
options+=' -DENABLE_OPENSSL=OFF'
34
options+=' -DENABLE_BORINGSSL=ON'
35
options+=" -DBORINGSSL_INCLUDE_DIR=${_TOP}/${_OPENSSL}/${_PP}/include"
36
- options+=" -DBORINGSSL_LIBRARIES=${_TOP}/${_OPENSSL}/${_PP}/lib/libcrypto.a;${_TOP}/${_OPENSSL}/${_PP}/lib/libssl.a;-lpthread"; [ "${_OS}" = 'win' ] && options="${options};-lws2_32"
+ options+=" -DBORINGSSL_LIBRARIES=${_TOP}/${_OPENSSL}/${_PP}/lib/libssl.a;${_TOP}/${_OPENSSL}/${_PP}/lib/libcrypto.a;-lpthread"; [ "${_OS}" = 'win' ] && options="${options};-lws2_32"
37
CPPFLAGS+=' -DNOCRYPT'
38
elif [ "${_OPENSSL}" = 'quictls' ] || [ "${_OPENSSL}" = 'libressl' ]; then
39
options+=' -DENABLE_OPENSSL=ON'
0 commit comments