We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b549a commit df5fc80Copy full SHA for df5fc80
build.zig
@@ -508,7 +508,13 @@ pub fn build(b: *std.Build) !void {
508
{
509
SDL_ttf.addCSourceFiles(.{
510
.root = sdl_ttf_dep.path(""),
511
- .files = &.{"src/SDL_ttf.c"},
+ .files = &.{
512
+ "src/SDL_gpu_textengine.c",
513
+ "src/SDL_hashtable.c",
514
+ "src/SDL_renderer_textengine.c",
515
+ "src/SDL_surface_textengine.c",
516
+ "src/SDL_ttf.c",
517
+ },
518
.flags = &.{},
519
});
520
SDL_ttf.addIncludePath(sdl_ttf_dep.path("include"));
0 commit comments