rust/physfs-rs/build.rs
author nemo
Wed, 02 Jan 2019 11:08:26 -0500
changeset 14511 3e6b12d23957
parent 14435 a1613788130d
permissions -rw-r--r--
heh. apparently pas2c doesn't validate pascal, so I guess we need to dogfood *both*

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