rust/physfs-rs/build.rs
author unc0rr
Tue, 08 Jun 2021 18:31:46 +0200
changeset 15789 d97ea528ce95
parent 14435 a1613788130d
permissions -rw-r--r--
Add main module for irc bot which serves as an irc<>rabbitmq relay

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