rust/physfs-rs/build.rs
author alfadur
Mon, 18 May 2020 22:39:28 +0300
changeset 15573 3f388d2e1466
parent 14435 a1613788130d
permissions -rw-r--r--
add the empty escape

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