5 lines
83 B
Rust
5 lines
83 B
Rust
fn main() {
|
|
#[cfg(target_os = "windows")]
|
|
static_vcruntime::metabuild();
|
|
}
|