mirror of
https://github.com/Pagwin-Fedora/ppi.git
synced 2025-07-17 14:05:42 +00:00
build.rs comes back
This commit is contained in:
parent
5a10c86029
commit
f06c3abf94
1 changed files with 4 additions and 0 deletions
4
build.rs
Normal file
4
build.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
pub fn main() {
|
||||
println!("cargo:rustc-link-lib=git2");
|
||||
println!("cargo:rustc-link-lib=ssh2");
|
||||
}
|
Loading…
Reference in a new issue