Dynamically link libplist

This commit is contained in:
Jackson Coxson
2025-03-26 09:32:41 -06:00
parent ae5bdbed7f
commit 83be28e8b0
2 changed files with 3 additions and 1 deletions

View File

@@ -16,4 +16,6 @@ fn main() {
.generate()
.expect("Unable to generate bindings")
.write_to_file("idevice.h");
println!("cargo:rustc-link-arg=-lplist-2.0");
}