Skip to content

Commit 7c7b2e6

Browse files
authored
Merge pull request #2389 from skmcgrail/aws-lc-follow-up
Use --experimental with bindgen-cli with aws-lc build
2 parents d4bf071 + 34a477b commit 7c7b2e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openssl-sys/build/run_bindgen.rs

+1
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ pub fn run_awslc(include_dirs: &[PathBuf], symbol_prefix: Option<String>) {
322322
.arg("--default-macro-constant-type=signed")
323323
.arg("--rustified-enum=point_conversion_form_t")
324324
.arg(r"--allowlist-file=.*(/|\\)openssl((/|\\)[^/\\]+)+\.h")
325+
.arg("--experimental")
325326
.arg("--wrap-static-fns")
326327
.arg("--wrap-static-fns-path")
327328
.arg(out_dir.join("awslc_static_wrapper").display().to_string())

0 commit comments

Comments
 (0)