diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-07 17:40:01 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-07 17:40:01 +0200 |
commit | ace6ae4d0eb35eda85dbd076e76b1f34a52ebb06 (patch) | |
tree | ff1983d8f05871ace5f3dae3a00c38e4bdae3ffe /docs | |
parent | 14c17a2b6e0c377c16db43d0e963a31db597ece5 (diff) |
docs/HTTP3: add qlog to the quiche build instruction
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HTTP3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 2769439d6..e84f50021 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -131,7 +131,7 @@ Build BoringSSL (it needs to be built manually so it can be reused with curl): Build quiche: % cd ../.. - % QUICHE_BSSL_PATH=$PWD/deps/boringssl cargo build --release --features pkg-config-meta + % QUICHE_BSSL_PATH=$PWD/deps/boringssl cargo build --release --features pkg-config-meta,qlog Build curl: |