more refactor

This commit is contained in:
LiBr
2026-04-10 20:34:14 +08:00
parent 8d31144741
commit 72123cc922
47 changed files with 868 additions and 365 deletions

View File

@@ -1,6 +1,6 @@
fn main() {
cc::Build::new()
.file("src/c_shim/vsnprintf_shim.c")
.file("rust-src/c_shim/vsnprintf_shim.c")
.flag_if_supported("-std=c99")
.compile("vsnprintf_shim");
}