Simply fetching perf libs

This commit is contained in:
Michael Vines
2018-06-23 02:15:38 -07:00
parent 8dba53e494
commit 183178681d
2 changed files with 2 additions and 11 deletions

View File

@ -11,5 +11,6 @@ fn main() {
}
if !env::var("CARGO_FEATURE_ERASURE").is_err() {
println!("cargo:rustc-link-lib=dylib=Jerasure");
println!("cargo:rustc-link-lib=dylib=gf_complete");
}
}