Skip to content

Commit

Permalink
fixup! Exclude SIG_STFL from build
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Dec 16, 2024
1 parent 4003c6d commit c55cc77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion oqs-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ fn main() {
bindgen::clang_version();

let includedir = probe_includedir();
let gen_bindings = |file, allow_filter, block_filter| generate_bindings(&includedir, file, allow_filter, block_filter);
let gen_bindings = |file, allow_filter, block_filter| {
generate_bindings(&includedir, file, allow_filter, block_filter)
};

gen_bindings("common", "OQS_.*", "");
gen_bindings("rand", "OQS_(randombytes|RAND)_.*", "");
Expand Down

0 comments on commit c55cc77

Please sign in to comment.