Skip to content

Commit 4a41550

Browse files
author
Anthony Debucquoy
committed
Bugfix: SDL3 header location
fix: #49
1 parent d98dce9 commit 4a41550

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)