lib-vt: require libc for now

This commit is contained in:
Mitchell Hashimoto
2025-09-21 19:59:03 -07:00
parent 645520b502
commit f42656b0ac

View File

@@ -19,6 +19,7 @@ pub fn init(
.root_source_file = b.path("src/lib_vt.zig"),
.target = cfg.target,
.optimize = cfg.optimize,
.link_libc = true,
});
deps.unicode_tables.addModuleImport(vt);
vt_options.addOptions(b, vt, .{