We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d80cc commit ea8c871Copy full SHA for ea8c871
Makefile
@@ -39,7 +39,7 @@ target:
39
mkdir -p $@
40
41
src/rustls.h: src/*.rs cbindgen.toml
42
- cbindgen --lang C > $@
+ cbindgen > $@
43
44
target/$(PROFILE)/librustls_ffi.a: src/*.rs Cargo.toml
45
RUSTFLAGS="-C metadata=rustls-ffi" ${CARGO} build $(CARGOFLAGS)
cbindgen.toml
@@ -1,4 +1,5 @@
1
include_guard = "RUSTLS_H"
2
+language = "C"
3
4
usize_is_size_t = true
5
0 commit comments