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 886f187 commit b4c204bCopy full SHA for b4c204b
config.sh
@@ -40,7 +40,7 @@ function build_curl2 {
40
41
function build_libnghttp2 {
42
if [ -e libnghttp2-stamp ]; then return; fi
43
- fetch_unpack https://github.com/nghttp2/nghttp2/releases/download/v${LIBNGHTTP2_VERSION}/nghttp2-{LIBNGHTTP2_VERSION}.tar.gz
+ fetch_unpack https://github.com/nghttp2/nghttp2/releases/download/v${LIBNGHTTP2_VERSION}/nghttp2-${LIBNGHTTP2_VERSION}.tar.gz
44
(cd nghttp2-${LIBNGHTTP2_VERSIONN} \
45
&& ./configure --prefix=$BUILD_PREFIX --enable-shared \
46
&& make \
0 commit comments