mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-25 08:31:43 +00:00
libghostty: use no_libc mode for simd
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user