Skip to content

Commit a53ac86

Browse files
committed
fix ngtcp2 directory
1 parent 968c3ae commit a53ac86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

win/deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ get_dep https://github.com/google/brotli.git brotli $BROTLI_COMMIT
1313
get_dep https://boringssl.googlesource.com/boringssl.git boringssl $BORINGSSL_COMMIT
1414
get_dep https://github.com/curl/curl.git curl $CURL_TAG
1515
get_dep https://github.com/nghttp2/nghttp2.git nghttp2 $NGHTTP2_COMMIT
16-
get_dep https://github.com/ngtcp2/nghttp3.git nghttp2 $NGHTTP3_TAG
17-
get_dep https://github.com/ngtcp2/ngtcp2.git nghttp2 $NGTCP2_TAG
16+
get_dep https://github.com/ngtcp2/nghttp3.git nghttp3 $NGHTTP3_TAG
17+
get_dep https://github.com/ngtcp2/ngtcp2.git ngtcp2 $NGTCP2_TAG
1818

1919
git -C "$PWD/deps/nghttp2" submodule update --init
2020

0 commit comments

Comments
 (0)