fn main() { // SkyLight is a private framework — need to add its search path println!("cargo:rustc-link-search=framework=/System/Library/PrivateFrameworks"); println!("cargo:rustc-link-lib=framework=SkyLight"); println!("cargo:rustc-link-lib=framework=CoreGraphics"); println!("cargo:rustc-link-lib=framework=CoreFoundation"); }