rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Tue, 22 Jan 2019 18:17:19 +0100
changeset 14663 fb73852e6f4d
parent 14435 a1613788130d
permissions -rw-r--r--
Don't render AI hog thinking bubble in cut scenes

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