fix: linux: Recent Sokol versions use GL_CORE constant

main
Abner Coimbre 2026-01-29 19:23:45 -08:00
parent 04a2f7d3d3
commit ecbec06ea9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ pub fn build(b: *std.Build) void {
};
const linux_flags = &[_][]const u8{
"-DSOKOL_GLCORE33",
"-DSOKOL_GLCORE",
"-O0",
"-ggdb3",
"-std=c99",