ostree/rust-bindings/sys/build.rs

18 lines
419 B
Rust
Raw Normal View History

2019-05-21 00:09:38 +03:00
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files
2019-05-21 00:09:38 +03:00
// DO NOT EDIT
2019-08-28 23:02:48 +03:00
#[cfg(not(feature = "dox"))]
2018-09-29 16:24:41 +03:00
use std::process;
2019-08-28 23:02:48 +03:00
#[cfg(feature = "dox")]
fn main() {} // prevent linking libraries to avoid documentation failure
#[cfg(not(feature = "dox"))]
2018-09-29 16:24:41 +03:00
fn main() {
2020-07-23 17:08:41 +03:00
if let Err(s) = system_deps::Config::new().probe() {
println!("cargo:warning={}", s);
2018-09-29 16:24:41 +03:00
process::exit(1);
}
}