crt-static

This commit is contained in:
elilchen
2023-02-16 15:23:31 +08:00
parent fe661fe067
commit 388ae586ec
8 changed files with 17 additions and 21 deletions

View File

@@ -1,6 +1,3 @@
fn main() {
hbb_common::gen_version();
if cfg!(target_os = "windows") {
static_vcruntime::metabuild();
}
}