rust/physfs-rs/build.rs
author nemo
Thu, 12 Mar 2020 15:09:16 -0400
changeset 15550 0b16baefefd1
parent 14435 a1613788130d
permissions -rw-r--r--
er... nevermind. back this out. ApplyDamage should pick this up just fine.

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