- add build script.
This commit is contained in:
fukusuket
2022-07-31 02:40:56 +09:00
parent 1123159ed8
commit d4c7929a3b

4
build.rs Normal file
View File

@@ -0,0 +1,4 @@
fn main() {
#[cfg(target_os = "windows")]
static_vcruntime::metabuild();
}