3 lines
63 B
Rust
3 lines
63 B
Rust
|
fn main() {
|
||
|
println!("cargo:rustc-link-lib=dylib=cblas");
|
||
|
}
|