rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 15 Jan 2019 01:47:07 +0100
changeset 14594 825fe522f4f1
parent 14435 a1613788130d
permissions -rw-r--r--
Target practice: Change target radar color to red

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