rust/physfs-rs/build.rs
author sheepluva
Wed, 22 Mar 2023 20:42:48 +0100
changeset 15931 72f4638ee48b
parent 14435 a1613788130d
permissions -rw-r--r--
This is yet another (empty) testing commit for the world to admire.

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