ppi/build.rs
Pagwin 4e288efbf6 Added License working on PKGBUILD
currently getting a link error due to libgit2
2024-01-30 09:52:56 -05:00

4 lines
104 B
Rust

pub fn main() {
println!("cargo:rustc-link-lib=git2");
println!("cargo:rustc-link-lib=ssh2");
}