Krys4lide/build.rs

6 lines
196 B
Rust
Raw Normal View History

fn main() {
println!("cargo:rustc-link-search=native=./lib");
println!("cargo:rustc-link-lib=static=p4pillondebuglib");
println!("cargo:rerun-if-changed=lib/libp4pillondebuglib.a");
}