mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 11:45:05 +01:00
4 lines
No EOL
113 B
Rust
4 lines
No EOL
113 B
Rust
fn main() {
|
|
println!("cargo:rustc-link-arg=-nostartfiles");
|
|
println!("cargo:rustc-link-arg=-nostdlib");
|
|
} |