Browse Source

fix typo

pull/4936/head
Lumen Keyes 6 months ago
parent
commit
6f11e27bbe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.zig

+ 1
- 1
build.zig View File

@ -256,7 +256,7 @@ fn compileRaylib(b: *std.Build, target: std.Build.ResolvedTarget, optimize: std.
raylib.root_module.linkSystemLibrary("GLESv2", .{});
raylib.root_module.addCMacro("GRAPHICS_API_OPENGL_ES2", "");
}
raylib.root_module.linkSystemLibrary("EGL");
raylib.root_module.linkSystemLibrary("EGL", .{});
setDesktopPlatform(raylib, .android);
} else {

Loading…
Cancel
Save