mirror of
https://github.com/curl/curl.git
synced 2026-07-28 11:23:12 +03:00
HTTP3: update quiche build instructions
The repo repo was re-organized a bit, so the build instructions need to be updated. Closes #8076
This commit is contained in:
parent
c8a3046555
commit
3199eb25dc
3 changed files with 8 additions and 8 deletions
|
|
@ -125,9 +125,9 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then
|
|||
#### See https://github.com/alexcrichton/cmake-rs/issues/131 ####
|
||||
sed -i -e 's/cmake = "0.1"/cmake = "=0.1.45"/' Cargo.toml
|
||||
|
||||
cargo build -v --release --features ffi,pkg-config-meta,qlog
|
||||
mkdir -v deps/boringssl/src/lib
|
||||
ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) deps/boringssl/src/lib/
|
||||
cargo build -v --package quiche --release --features ffi,pkg-config-meta,qlog
|
||||
mkdir -v quiche/deps/boringssl/src/lib
|
||||
ln -vnf $(find target/release -name libcrypto.a -o -name libssl.a) quiche/deps/boringssl/src/lib/
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = linux -a "$RUSTLS_VERSION" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue