rust/physfs-rs/build.rs
author nemo
Sat, 22 Jun 2019 10:32:15 -0400
changeset 15192 a5fb73335a87
parent 14435 a1613788130d
permissions -rw-r--r--
Someone didn't understand why they couldn't rejoin a game. Maybe this will help

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