mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 05:50:27 +00:00
lib-vt: require libc for now
This commit is contained in:
@@ -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, .{
|
||||
|
||||
Reference in New Issue
Block a user