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 968c3ae commit a53ac86Copy full SHA for a53ac86
1 file changed
win/deps.sh
@@ -13,8 +13,8 @@ get_dep https://github.com/google/brotli.git brotli $BROTLI_COMMIT
13
get_dep https://boringssl.googlesource.com/boringssl.git boringssl $BORINGSSL_COMMIT
14
get_dep https://github.com/curl/curl.git curl $CURL_TAG
15
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
+get_dep https://github.com/ngtcp2/nghttp3.git nghttp3 $NGHTTP3_TAG
+get_dep https://github.com/ngtcp2/ngtcp2.git ngtcp2 $NGTCP2_TAG
18
19
git -C "$PWD/deps/nghttp2" submodule update --init
20
0 commit comments