summaryrefslogtreecommitdiff
path: root/docs/HTTP3.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/HTTP3.md')
-rw-r--r--docs/HTTP3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index 2a6123711..d73809174 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -116,7 +116,7 @@ Build quiche and BoringSSL:
% git clone --recursive https://github.com/cloudflare/quiche
% cd quiche
- % cargo build --release --features pkg-config-meta,qlog
+ % cargo build --release --features ffi,pkg-config-meta,qlog
% mkdir deps/boringssl/src/lib
% ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) deps/boringssl/src/lib/