7 lines
128 B
Go
7 lines
128 B
Go
//go:build wayland
|
|
|
|
package build
|
|
|
|
// IsWayland is true when compiling for the wayland windowing system.
|
|
const IsWayland = true
|