From a471756ee0b96a034050bcdd911f5d62d0f935fb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 8 Feb 2024 21:34:28 -0800 Subject: [PATCH] build: unigen needs libc --- build.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/build.zig b/build.zig index 4e6febe12..0669f27cc 100644 --- a/build.zig +++ b/build.zig @@ -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", .{