build: unigen needs libc

This commit is contained in:
Mitchell Hashimoto
2024-02-08 21:34:28 -08:00
parent 8d891fb05c
commit a471756ee0

View File

@ -1226,6 +1226,7 @@ fn addUnicodeTables(
.root_source_file = .{ .path = "src/unicode/props.zig" },
.target = b.host,
});
exe.linkLibC();
if (step_ == null) b.installArtifact(exe);
const ziglyph_dep = b.dependency("ziglyph", .{