rust/physfs-rs/build.rs
author alfadur
Wed, 19 Jun 2019 01:19:10 +0300
changeset 15179 e705ac360785
parent 14440 a1613788130d
permissions -rw-r--r--
pin removed clients until the output buffer is flushed

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