rust/physfs-rs/build.rs
author sheepluva
Sat, 07 Dec 2019 16:18:20 +0100
branchhedgeroid
changeset 15512 45d6806548e9
parent 14435 a1613788130d
permissions -rw-r--r--
hedgeroid: add debug logging to library loading

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