You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-rust-examples/libgit2-rs-safe/build.rs

4 lines
94 B
Rust

fn main() {
println!("cargo:rustc-link-search=native=/home/jimb/libgit2-0.25.1/build");
}