libhandy-rs/libhandy-sys/build.rs
2021-05-04 15:40:52 +00:00

19 lines
475 B
Rust

// Generated by gir (https://github.com/gtk-rs/gir @ c2fbdbd)
// from
// from gir-files (https://github.com/gtk-rs/gir-files.git @ 6088bb6)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
use std::process;
#[cfg(feature = "dox")]
fn main() {} // prevent linking libraries to avoid documentation failure
#[cfg(not(feature = "dox"))]
fn main() {
if let Err(s) = system_deps::Config::new().probe() {
println!("cargo:warning={}", s);
process::exit(1);
}
}