Skip to content
Snippets Groups Projects
Commit 45a44816 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Corrected link command

parent b9690994
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ extern crate gcc;
panic!();
}
println!("cargo:rustc-link-search=native={}", out_dir);
println!("cargo:rustc-link-lib=static=hashtoc");
println!("cargo:rustc-link-lib=static=hash");
println!("cargo:rustc-link-lib=dylib=crypto");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment