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.
2 parents fe27476 + 9c19fb8 commit 630f650Copy full SHA for 630f650
build.rs
@@ -11,7 +11,7 @@ fn main() {
11
println!("cargo:rustc-link-lib=static=pyquante2");
12
let bindings_libpyquante2 = bindgen::Builder::default()
13
.header("libpyquante2/cints.h")
14
- .parse_callbacks(Box::new(bindgen::CargoCallbacks))
+ .parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
15
.generate()
16
.expect("Unable to generate bindings");
17
bindings_libpyquante2
0 commit comments