Allows IDA connections to lumen servers lumen.abda.nl/
at main 176 B view raw
1fn main() { 2 cc::Build::default().file("helper.c").compile("helper"); 3 println!("cargo:rustc-link-lib=static=helper"); 4 println!("cargo:rerun-if-changed=helper.c"); 5}