rust/physfs-rs/build.rs
author Anton Malmygin <antonc27@mail.ru>
Mon, 13 May 2019 14:23:25 +0200
changeset 14923 d6e21765912e
parent 14435 a1613788130d
permissions -rw-r--r--
Fix macdeployqt finding with Qt5 on macos

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