
* Fixing baby_no_std * Fixed warnings for no_std * Fix aarch build, clippy * oops nyx again * Using CString from alloc
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");
|
|
};
|
|
}
|