mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 15:05:00 -07:00
5 lines
179 B
Odin
5 lines
179 B
Odin
package xlib
|
|
|
|
// Value, specifying whether `vendor:x11/xlib` is available on the current platform.
|
|
IS_SUPPORTED :: ODIN_OS == .Linux || ODIN_OS == .FreeBSD || ODIN_OS == .OpenBSD
|