rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 20 Dec 2018 15:53:22 +0100
changeset 14486 65b25ca6ff31
parent 14440 a1613788130d
permissions -rw-r--r--
Check team name collision and make them unique, if neccessary

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