Skip to content

Commit d011ca6

Browse files
committed
fixup
1 parent 16b27c0 commit d011ca6

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
@@ -6,7 +6,7 @@ fn main() {
66
}
77
#[cfg(target_os = "linux")]
88
{
9-
println!("cargo:rustc-link-lib=libgmp.so.3");
9+
println!("cargo:rustc-link-lib=gmp");
1010
println!("cargo:rustc-link-search=/usr/lib64");
1111
println!("cargo:rustc-link-search=/usr/lib");
1212
}

0 commit comments

Comments
 (0)