Skip to content

Commit d6c7792

Browse files
authored
Merge pull request #60 from tonitch/bugfix/sdl3-library-location
Bugfix: SDL3 header location
2 parents d98dce9 + 4a41550 commit d6c7792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ pub fn build(b: *std.Build) void {
400400
},
401401
.sdl3 => {
402402
if (b.lazyDependency("zsdl", .{})) |zsdl| {
403-
imgui.addIncludePath(zsdl.path("libs/sdl3/include/SDL3"));
403+
imgui.addIncludePath(zsdl.path("libs/sdl3/include"));
404404
}
405405
imgui.addCSourceFiles(.{
406406
.files = &.{

0 commit comments

Comments
 (0)