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 5abd1a6 commit c8b0b53Copy full SHA for c8b0b53
cryptoki-sys/build.rs
@@ -105,6 +105,7 @@ mod generate {
105
.derive_default(true)
106
.parse_callbacks(Box::new(CargoCallbacks))
107
// Support function like macros
108
+ // https://github.com/parallaxsecond/rust-cryptoki/issues/240
109
.clang_macro_fallback();
110
111
let bindings = builder.generate().expect("Unable to generate bindings");
0 commit comments