diff options
| author | chrislu <chris.lu@gmail.com> | 2025-06-12 08:19:47 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-06-12 08:19:47 -0700 |
| commit | c79e73aa2a9ce9bb072a7b67747ff96d9effa075 (patch) | |
| tree | 3ebafb8e141d59b69894068d012cde9506b81028 /weed/command/mount_notsupported.go | |
| parent | e71d681feee81dbe01c59dbc657f8ce85be3f415 (diff) | |
| download | seaweedfs-c79e73aa2a9ce9bb072a7b67747ff96d9effa075.tar.xz seaweedfs-c79e73aa2a9ce9bb072a7b67747ff96d9effa075.zip | |
mount: complete fix for freebsd
fix https://github.com/seaweedfs/seaweedfs/issues/6645
Diffstat (limited to 'weed/command/mount_notsupported.go')
| -rw-r--r-- | weed/command/mount_notsupported.go | 4 |
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 |
