rust/physfs-rs/build.rs
author alfadur
Wed, 27 Mar 2024 02:57:44 +0300
changeset 16031 e915ed28726e
parent 14456 a1613788130d
permissions -rw-r--r--
thread server reference through dispatch to ensure rooms can be auto dropped

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