From e1082f25cb32f578619f852e791125f4ab74f5e6 Mon Sep 17 00:00:00 2001 From: Vicente Ferrari Smith Date: Tue, 20 Jan 2026 23:57:50 +0100 Subject: [PATCH] c --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 2693c9f..487086b 100644 --- a/build.zig +++ b/build.zig @@ -93,8 +93,8 @@ pub fn build(b: *std.Build) void { } client.root_module.addImport("freetype", freetype_module); - client.root_module.addCSourceFile(.{ .file = b.path("src/kb/kb_text_shape.h"), .language = .c, .flags = &.{"-DKB_TEXT_SHAPE_IMPLEMENTATION"} }); + client.root_module.addCSourceFile(.{ .file = b.path("src/kb/kb_text_shape.h"), .language = .c, .flags = &.{"-DKB_TEXT_SHAPE_IMPLEMENTATION"} }); const kb_text_shape = b.addTranslateC(.{ .root_source_file = b.path("src/kb/kb_text_shape.h"), .target = target,