Simplify clipboard build constraints

This commit is contained in:
2024-05-30 22:21:39 -04:00
parent b71aaf6568
commit 1571e0a53b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build termux && !windows && !darwin
//go:build linux && termux
package backend
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !windows && !darwin && !termux && !wsl_clipboard
//go:build !windows && !darwin && !termux && !wsl
package backend
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build windows || (!windows && !darwin && !termux && wsl_clipboard)
//go:build windows || (linux && wsl)
package backend