Files
hayabusa/build.rs
2022-07-31 07:18:06 +09:00

5 lines
83 B
Rust

fn main() {
#[cfg(target_os = "windows")]
static_vcruntime::metabuild();
}