1 2 3 4 5 6
fn main() { #[cfg(target_os = "openbsd")] { println!("cargo:rustc-link-search=native=/usr/X11R6/lib"); } }