From fd7178ee61bb343532b8644854d922d4a952b0a9 Mon Sep 17 00:00:00 2001 From: Dustin Ward Date: Thu, 25 Jan 2024 21:24:05 -0500 Subject: [PATCH] add support for building on z/OS --- clipboard_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clipboard_unix.go b/clipboard_unix.go index d9f6a56..d370d0e 100644 --- a/clipboard_unix.go +++ b/clipboard_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build freebsd linux netbsd openbsd solaris dragonfly +// +build freebsd linux netbsd openbsd solaris dragonfly zos package clipboard