rust/physfs-rs/build.rs
author alfadur
Sat, 08 Apr 2023 01:23:47 +0300
changeset 15946 69479ac8f4c8
parent 14435 a1613788130d
permissions -rw-r--r--
force dllexport for physlayer interface

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