There was an error while loading. Please reload this page.
sdl2_compat
sdl2-compat
1 parent 7cbe6a8 commit e29bb26Copy full SHA for e29bb26
1 file changed
c/sdl.c.v
@@ -15,7 +15,7 @@ $if !windows {
15
$if !sdl_no_compile_flags ? {
16
$if sdl_compat ? {
17
// Use SDL2 through SDL3 via the compatibility layer
18
- #pkgconfig --cflags --libs sdl2_compat
+ #pkgconfig --cflags --libs sdl2-compat
19
} $else {
20
#pkgconfig --cflags --libs sdl2
21
}
0 commit comments