Skip to content

Commit

Permalink
[hyper] Actually compile the C API (#4678)
Browse files Browse the repository at this point in the history
* [hyper] Actually compile the C API

* fix typo

* [hyper] update to 0.14.18

* [hyper] update SHA256 sum

* [hyper] edit Cargo.toml to build dynamic library

* Update build_tarballs.jl
  • Loading branch information
lucifer1004 authored Mar 24, 2022
1 parent 17c16c8 commit 7425a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion H/hyper/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sources = [
# Bash recipe for building across all platforms
script = raw"""
cd $WORKSPACE/srcdir/hyper*/
cargo build --release
RUSTFLAGS="--cfg hyper_unstable_ffi" cargo build --release --features client,http1,http2,ffi
install -Dm 755 target/${rust_target}/release/*hyper.${dlext} "${libdir}/libhyper.${dlext}"
"""

Expand Down

0 comments on commit 7425a0f

Please sign in to comment.