Skip to content

Commit e29bb26

Browse files
authored
c: change sdl2_compat to sdl2-compat due to libsdl-org/sdl2-compat@116ec19 (#989)
1 parent 7cbe6a8 commit e29bb26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

c/sdl.c.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $if !windows {
1515
$if !sdl_no_compile_flags ? {
1616
$if sdl_compat ? {
1717
// Use SDL2 through SDL3 via the compatibility layer
18-
#pkgconfig --cflags --libs sdl2_compat
18+
#pkgconfig --cflags --libs sdl2-compat
1919
} $else {
2020
#pkgconfig --cflags --libs sdl2
2121
}

0 commit comments

Comments
 (0)