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

Corrected link command

parent b9690994
Branches
Tags
No related merge requests found
...@@ -21,7 +21,7 @@ extern crate gcc; ...@@ -21,7 +21,7 @@ extern crate gcc;
panic!(); panic!();
} }
println!("cargo:rustc-link-search=native={}", out_dir); 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"); 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