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 fe27476 commit 9c19fb8Copy full SHA for 9c19fb8
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