fn main() { #[cfg(any(target_arch = "arm", target_arch = "aarch64"))] println!("cargo:rustc-link-lib=dylib=wiringPi"); }