rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Mon, 14 Jan 2019 05:58:07 +0100
changeset 14576 2087e50e03e2
parent 14435 a1613788130d
permissions -rw-r--r--
ASA: Show current time and personal best in moon02

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