libghostty: use no_libc mode for simd

This commit is contained in:
Mitchell Hashimoto
2026-04-24 06:45:32 -07:00
parent a6d5f2ea23
commit 423d8bb327
3 changed files with 17 additions and 8 deletions

View File

@@ -85,6 +85,7 @@ pub fn build(b: *std.Build) !void {
.target = target,
.optimize = optimize,
.link_libc = false,
.pic = true,
}),
});
lib.addObject(no_libc_obj);