mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 19:32:23 -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
|