Files
rsrv/build.rs
2023-06-30 01:51:50 +00:00

4 lines
66 B
Rust

fn main() {
cc::Build::new().file("rv/rv.c").compile("rv");
}