rust/physfs-rs/build.rs
author alfadur
Mon, 26 Aug 2019 18:40:17 +0300
changeset 15362 135c29237a56
parent 14440 a1613788130d
permissions -rw-r--r--
implement moving between blocks

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