rust/physfs-rs/build.rs
author alfadur
Mon, 28 Oct 2019 00:31:41 +0300
changeset 15492 91f0c5ec37b5
parent 14440 a1613788130d
permissions -rw-r--r--
move change_master into the server

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