Browse Source

fix building for windows freebsd

pull/2676/head
chrislu 3 years ago
parent
commit
e8420aaed7
  1. 4
      weed/command/mount2_notsupported.go
  2. 3
      weed/command/mount2_std.go

4
weed/command/mount2_notsupported.go

@ -1,5 +1,5 @@
//go:build !linux && !darwin && !freebsd
// +build !linux,!darwin,!freebsd
//go:build !linux && !darwin
// +build !linux,!darwin
package command

3
weed/command/mount2_std.go

@ -1,3 +1,6 @@
//go:build linux || darwin
// +build linux darwin
package command
import (

Loading…
Cancel
Save