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 9245d4c commit dbdc9fdCopy full SHA for dbdc9fd
build.rs
@@ -71,7 +71,7 @@ fn generate_bindings(header_dirs: Vec<PathBuf>, output_path: &Path) {
71
// invalidate build as soon as the wrapper changes
72
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
73
.layout_tests(true)
74
- .clang_args(&["-DPKG-CONFIG"])
+ .clang_args(&["-DPKG-CONFIG", "-DLIBXML_C14N_ENABLED", "-DLIBXML_OUTPUT_ENABLED"])
75
.clang_args(
76
header_dirs.iter()
77
.map(|dir| format!("-I{}", dir.display()))
@@ -149,4 +149,4 @@ mod vcpkg_dep {
149
// (or should this panic?)
150
String::from("2.13.5")
151
}
152
-}
+}
0 commit comments