diff -r 632dfc73cf83 -r a1613788130d rust/physfs-rs/build.rs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rust/physfs-rs/build.rs Thu Dec 13 23:44:46 2018 +0100 @@ -0,0 +1,4 @@ +fn main() { + #[cfg(target_os = "freebsd")] + println!("cargo:rustc-link-search=native=/usr/local/lib"); +} \ No newline at end of file