rust/physfs-rs/build.rs
author nemo
Mon, 13 May 2019 14:19:45 -0400
changeset 14925 d2f5b6b01846
parent 14435 a1613788130d
permissions -rw-r--r--
just to get it to build

fn main() {
    #[cfg(target_os = "freebsd")]
    println!("cargo:rustc-link-search=native=/usr/local/lib");
}