mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-31 22:36:41 -04:00
Add "wsl_clipboard" build tag for creating Linux binaries that use the Windows clipboard
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
//go:build termux
|
//go:build termux && !windows && !darwin
|
||||||
|
|
||||||
package backend
|
package backend
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//go:build !windows && !darwin && !termux
|
//go:build !windows && !darwin && !termux && !wsl_clipboard
|
||||||
|
|
||||||
package backend
|
package backend
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//go:build windows
|
//go:build windows || (!windows && !darwin && !termux && wsl_clipboard)
|
||||||
|
|
||||||
package backend
|
package backend
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user