rust/physfs-rs/build.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 15 Jun 2019 03:27:06 +0200
changeset 15147 d97f0b96e45f
parent 14440 a1613788130d
permissions -rw-r--r--
Restrict object placement between leftX and rightX

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