From 0df15e08d84e89509499a84d1b5266b5612c0301 Mon Sep 17 00:00:00 2001 From: Jeronimo Irazabal Date: Thu, 22 Jun 2023 10:21:13 -0300 Subject: [PATCH] fix(embedded/appendable): explicit freebsd build clauses Signed-off-by: Jeronimo Irazabal --- embedded/appendable/fileutils/fileutils_unix_nonlinux.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded/appendable/fileutils/fileutils_unix_nonlinux.go b/embedded/appendable/fileutils/fileutils_unix_nonlinux.go index 230261113c..d8db7e9d9a 100644 --- a/embedded/appendable/fileutils/fileutils_unix_nonlinux.go +++ b/embedded/appendable/fileutils/fileutils_unix_nonlinux.go @@ -1,5 +1,5 @@ -//go:build unix && !linux && !darwin -// +build unix,!linux,!darwin +//go:build unix && !linux && !darwin && !freebsd +// +build unix,!linux,!darwin,!freebsd /* Copyright 2023 Codenotary Inc. All rights reserved.