rust/physfs-rs/build.rs
author nemo
Wed, 07 Sep 2022 16:54:58 -0400
branch1.0.0
changeset 15857 139a1887f83e
parent 14435 a1613788130d
permissions -rw-r--r--
Added tag 1.0.1-release for changeset 9dceb83331d5

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