Skip to content

Commit 5aefe3c

Browse files
Feature-gate lapack.lib (#7)
1 parent 451d4f3 commit 5aefe3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
fn main() {
2+
#[cfg(feature = "adjacency_matrix")]
23
println!("cargo:rustc-link-lib=dylib=lapack");
34
}

0 commit comments

Comments
 (0)