Browse Source

[vendor/x11]: Add build guards for other xlib files

flysand7 1 năm trước cách đây
mục cha
commit
2cb5cc774d
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      vendor/x11/xlib/xlib_const.odin
  2. 1 1
      vendor/x11/xlib/xlib_keysym.odin

+ 1 - 1
vendor/x11/xlib/xlib_const.odin

@@ -1,4 +1,4 @@
-
+//+build linux, freebsd, openbsd
 package xlib
 
 // Special values for many types. Most of these constants

+ 1 - 1
vendor/x11/xlib/xlib_keysym.odin

@@ -1,4 +1,4 @@
-
+//+build linux, freebsd, openbsd
 package xlib
 
 KeySym :: enum u32 {