Skip to content

Commit c291aa8

Browse files
committed
Make a cosmetic adjustment
1 parent 1da3d50 commit c291aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ fn main() {
3131
rename(&output, "lapack", suffix);
3232
println!("cargo:rustc-link-search={}", output.display());
3333
}
34+
println!("cargo:rustc-link-lib=dylib=gfortran");
3435
println!("cargo:rustc-link-lib={}=blas{}", kind, suffix);
3536
println!("cargo:rustc-link-lib={}=lapack{}", kind, suffix);
36-
println!("cargo:rustc-link-lib=dylib=gfortran");
3737
if cblas {
3838
println!("cargo:rustc-link-lib={}=cblas", kind);
3939
}

0 commit comments

Comments
 (0)