Skip to content

Commit ffdb957

Browse files
authored
Merge pull request #141 from jkawamoto/duplicated-link-instructions
Remove duplicated link instructions
2 parents 499972d + fdc47e1 commit ffdb957

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openblas-src/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ fn main() {
111111
if cfg!(target_os = "macos") {
112112
macos_system();
113113
}
114-
println!("cargo:rustc-link-lib={}=openblas", link_kind);
115114
} else {
116115
if cfg!(target_env = "msvc") {
117116
panic!(

0 commit comments

Comments
 (0)