yarnn/build.rs

3 lines
63 B
Rust
Raw Normal View History

2019-07-04 11:42:13 +04:00
fn main() {
println!("cargo:rustc-link-lib=dylib=cblas");
}