From bc8ddcd622f9c709023c989b4dbbb119f30d9db1 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 23 May 2023 10:26:15 +0200 Subject: [PATCH] Enable building on AIX --- clipboard_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clipboard_unix.go b/clipboard_unix.go index d9f6a56..23cdc33 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 aix freebsd linux netbsd openbsd solaris dragonfly package clipboard