Răsfoiți Sursa

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

flysand7 1 an în urmă
părinte
comite
2cb5cc774d
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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 {