
* Move fuzzers around some more * back to baby * this was missing.. * shuffeling shuffeling * shuffeling * md * cleanup * oops * Move foldername to underscore * more doc
6 lines
145 B
Rust
6 lines
145 B
Rust
fn main() {
|
|
if std::env::var("CARGO_CFG_TARGET_FAMILY").unwrap_or_default() == "unix" {
|
|
println!("cargo:rustc-link-lib=c");
|
|
};
|
|
}
|