Add "wsl_clipboard" build tag for creating Linux binaries that use the Windows clipboard

This commit is contained in:
2024-05-29 15:42:15 -04:00
parent 971556aabc
commit 64001fa76a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build termux
//go:build termux && !windows && !darwin
package backend
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !windows && !darwin && !termux
//go:build !windows && !darwin && !termux && !wsl_clipboard
package backend
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build windows
//go:build windows || (!windows && !darwin && !termux && wsl_clipboard)
package backend