This commit is contained in:
2022-03-19 18:58:17 +08:00
parent b6f9aee858
commit 672066a909
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ fn main() {
let mut f = File::open(dep_path).unwrap();
let mut s = String::from("");
f.read_to_string(&mut s).unwrap();
println!("cargo:rustc-link-lib=utils");
let l: Vec<&str> = s.split(";").collect();
for i in l.iter() {
let mut p = PathBuf::from(i);