lib-vt: require libc for now

pull/8840/head
Mitchell Hashimoto 2025-09-21 19:59:03 -07:00
parent 645520b502
commit f42656b0ac
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 0 deletions

View File

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