We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5473735 commit 3be1dd4Copy full SHA for 3be1dd4
1 file changed
3rdparty/stb_truetype/build.zig
@@ -24,6 +24,7 @@ pub fn build(b: *std.Build) void {
24
});
25
26
lib.addIncludePath(b.path("libs"));
27
+ lib.linkLibC();
28
29
b.installArtifact(lib);
30
0 commit comments