瀏覽代碼

[build.zig] Make X11 the default display backend instead of choosing at runtime (#5168)

pull/5198/head
Nikolas 1 月之前
committed by GitHub
父節點
當前提交
b7eda8159c
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      build.zig

+ 1
- 1
build.zig 查看文件

@ -425,7 +425,7 @@ pub const Options = struct {
rtextures: bool = true,
platform: PlatformBackend = .glfw,
linkage: std.builtin.LinkMode = .static,
linux_display_backend: LinuxDisplayBackend = .Both,
linux_display_backend: LinuxDisplayBackend = .X11,
opengl_version: OpenglVersion = .auto,
android_ndk: []const u8 = "",
android_api_version: []const u8 = "35",

Loading…
取消
儲存