zaplib_objc_sys 0.0.3

The Objective-C bindings for Zaplib
Documentation
1
2
3
4
fn main() {
    #[cfg(target_os = "linux")] // this is the *current* os, not the target triple
    println!("cargo:rustc-link-search=/usr/GNUstep/System/Library/Libraries");
}