rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 20 Apr 2019 16:53:58 +0200
changeset 14829 f16868b40f2d
parent 14440 a1613788130d
permissions -rw-r--r--
Space Invasion: Fix possibility to go over shield limit with param

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