fix: SDL3 Audio enabled again (poor sync)

This commit is contained in:
2025-11-12 16:16:10 -06:00
parent 5b2bd0b6b6
commit 53bb41e151
4 changed files with 32 additions and 39 deletions

View File

@@ -39,7 +39,6 @@ pub fn build(b: *std.Build) void {
// Later on we'll use this module as the root module of a test executable
// which requires us to specify a target.
.target = target,
.link_libc = true,
});
// Here we define an executable. An executable needs to have a root module