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 ec898e4 commit 76bb102Copy full SHA for 76bb102
build.rs
@@ -156,7 +156,7 @@ mod clang_ast {
156
157
let deps_filepath = out_dir.join("BindgenClangInterface.deps");
158
println!("cargo:rustc-link-search=native={}", llvm_lib_dir);
159
- if deps_filepath.is_file() {
+ if false && deps_filepath.is_file() {
160
// Our CMake script was able to generate a list of dependencies for
161
// us. This should be more accurate than what we build here.
162
let deps_file = fs::read_to_string(deps_filepath)
0 commit comments