summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@cloudflare.com>2021-02-01 13:13:12 +0000
committerAlessandro Ghedini <alessandro@cloudflare.com>2021-02-01 13:13:12 +0000
commite58560bdaf215c03713c3a05a5da2d0c4d13b882 (patch)
treed43a71aa4e8ff7c2d3b5224e0323f6d7adbeb0fc /docs
parent796ce293defeeefb001bd8b76bbb75eb77a1ce0c (diff)
downloadcurl-e58560bdaf215c03713c3a05a5da2d0c4d13b882.tar.gz
travis: enable quiche's FFI feature
Diffstat (limited to 'docs')
-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/