Skip to content

Commit 3be1dd4

Browse files
committed
Fonts: linking truetype lib with libC
1 parent 5473735 commit 3be1dd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

3rdparty/stb_truetype/build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub fn build(b: *std.Build) void {
2424
});
2525

2626
lib.addIncludePath(b.path("libs"));
27+
lib.linkLibC();
2728

2829
b.installArtifact(lib);
2930

0 commit comments

Comments
 (0)