mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
build: unigen needs libc
This commit is contained in:
@ -1226,6 +1226,7 @@ fn addUnicodeTables(
|
|||||||
.root_source_file = .{ .path = "src/unicode/props.zig" },
|
.root_source_file = .{ .path = "src/unicode/props.zig" },
|
||||||
.target = b.host,
|
.target = b.host,
|
||||||
});
|
});
|
||||||
|
exe.linkLibC();
|
||||||
if (step_ == null) b.installArtifact(exe);
|
if (step_ == null) b.installArtifact(exe);
|
||||||
|
|
||||||
const ziglyph_dep = b.dependency("ziglyph", .{
|
const ziglyph_dep = b.dependency("ziglyph", .{
|
||||||
|
Reference in New Issue
Block a user