mirror of
https://github.com/tauri-apps/javascriptcore-rs.git
synced 2026-01-31 00:35:17 +01:00
18 lines
399 B
Rust
18 lines
399 B
Rust
// Generated by gir (https://github.com/gtk-rs/gir @ 73df75128d55)
|
|
// from ../gir-files (@ 8be196040235)
|
|
// DO NOT EDIT
|
|
|
|
#[cfg(not(docsrs))]
|
|
use std::process;
|
|
|
|
#[cfg(docsrs)]
|
|
fn main() {} // prevent linking libraries to avoid documentation failure
|
|
|
|
#[cfg(not(docsrs))]
|
|
fn main() {
|
|
if let Err(s) = system_deps::Config::new().probe() {
|
|
println!("cargo:warning={s}");
|
|
process::exit(1);
|
|
}
|
|
}
|