Fix linking on FreeBSD

This commit is contained in:
Thibault Payet
2019-09-22 21:41:21 +02:00
parent 51c4d3c338
commit 12d47c252b
+1 -1
View File
@@ -1,4 +1,4 @@
fn main() {
#[cfg(target_os="openbsd")]
#[cfg(any(target_os="openbsd", target_os="freebsd"))]
println!(r"cargo:rustc-link-search=/usr/local/lib");
}