mirror of
https://github.com/DaLaw2/NetGuardia.git
synced 2026-08-24 14:10:28 +09:00
6 lines
138 B
Rust
6 lines
138 B
Rust
fn main() {
|
|
if let Ok(linker) = which::which("bpf-linker") {
|
|
println!("cargo:rerun-if-changed={}", linker.display());
|
|
}
|
|
}
|