We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f11e7c5 + 344cdd1 commit ced34beCopy full SHA for ced34be
1 file changed
scripts/preinstall.sh
@@ -37,7 +37,9 @@ else
37
--disable-shared \
38
--without-ssl \
39
--with-pic \
40
- --without-zlib && \
+ --without-zlib \
41
+ --without-ngtcp2 \
42
+ --without-nghttp3 && \
43
make && \
44
make install
45
)
0 commit comments