Merge pull request #21 from KevinKelley/master

change in format for link attribute
This commit is contained in:
Andreas Fackler 2021-04-04 10:51:45 +02:00 committed by GitHub
commit 719925d8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ fn main() {
use libc;
use std::{ffi::CString, mem, os::unix::ffi::OsStringExt};
#[link = "gmp"]
#[link(name="gmp")]
extern "C" {
fn __gmpz_init_set_str(
rop: mpz_ptr,