Ver código fonte

Merge pull request #4936 from lumenkeyes/master

build.zig fixes for android targets
pull/4941/head
Ray 7 meses atrás
committed by GitHub
pai
commit
15a0cf89b8
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      build.zig

+ 1
- 0
build.zig Ver arquivo

@ -256,6 +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", .{});
setDesktopPlatform(raylib, .android);
} else {

Carregando…
Cancelar
Salvar