evil-captive-portal/build.rs

4 lines
69 B
Rust
Raw Normal View History

2024-12-16 02:58:27 +01:00
fn main() {
println!("cargo:rustc-link-arg-bins=-Tlinkall.x");
}