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 499972d commit aaa260cCopy full SHA for aaa260c
openblas-src/build.rs
@@ -220,6 +220,8 @@ fn build() {
220
};
221
222
println!("cargo:rustc-link-search={}", source.display());
223
+ println!("cargo:INCLUDE={}", source.display());
224
+ println!("cargo:LIBRARY={}", source.display());
225
for search_path in &make_conf.c_extra_libs.search_paths {
226
println!("cargo:rustc-link-search={}", search_path.display());
227
}
0 commit comments