Fix errors on starting on Android

This commit is contained in:
Dmitrii Okunev
2024-10-31 00:42:47 +00:00
parent a50b017c87
commit b67e27f0a8
6 changed files with 38 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
//go:build linux
// +build linux
//go:build linux && !android
// +build linux,!android
package windowmanagerhandler