Browse Source

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

flysand7 1 year ago
parent
commit
2cb5cc774d
2 changed files with 2 additions and 2 deletions
  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 {