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 16da8a4 commit b9efd55Copy full SHA for b9efd55
nginx-sys/build/main.rs
@@ -46,6 +46,7 @@ fn generate_binding(nginx_build_dir: PathBuf) {
46
// Bindings will not compile on Linux without block listing this item
47
// It is worth investigating why this is
48
.blocklist_item("IPPORT_RESERVED")
49
+ .generate_cstr(true)
50
// The input header we would like to generate bindings for.
51
.header("build/wrapper.h")
52
.clang_args(clang_args)
0 commit comments