aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_notsupported.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/mount_notsupported.go')
-rw-r--r--weed/command/mount_notsupported.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/mount_notsupported.go b/weed/command/mount_notsupported.go
index 894c8e313..1e5c9f53d 100644
--- a/weed/command/mount_notsupported.go
+++ b/weed/command/mount_notsupported.go
@@ -1,5 +1,5 @@
-//go:build !linux && !darwin
-// +build !linux,!darwin
+//go:build !linux && !darwin && !freebsd
+// +build !linux,!darwin,!freebsd
package command