mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 22:37:51 +08:00
Merge pull request #5033 from djdv/fix/unsupported-build
build: remove fuse platform constraints
This commit is contained in:
commit
9bb6174847
@ -1,5 +1,4 @@
|
||||
// +build linux darwin freebsd netbsd openbsd dragonfly
|
||||
// +build nofuse
|
||||
// +build !windows,nofuse
|
||||
|
||||
package commands
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
// +build linux darwin freebsd netbsd openbsd
|
||||
// +build !nofuse
|
||||
// +build !windows,!nofuse
|
||||
|
||||
package commands
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
// +build linux darwin freebsd netbsd openbsd dragonfly
|
||||
// +build nofuse
|
||||
// +build !windows,nofuse
|
||||
|
||||
package node
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
// +build linux darwin freebsd netbsd openbsd
|
||||
// +build !nofuse
|
||||
// +build !windows,!nofuse
|
||||
|
||||
package node
|
||||
|
||||
@ -9,11 +8,12 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
logging "gx/ipfs/QmRb5jh8z2E8hMGN2tkvs1yHynUanqnZ3UeKwgN1i9P1F8/go-log"
|
||||
|
||||
core "github.com/ipfs/go-ipfs/core"
|
||||
ipns "github.com/ipfs/go-ipfs/fuse/ipns"
|
||||
mount "github.com/ipfs/go-ipfs/fuse/mount"
|
||||
rofs "github.com/ipfs/go-ipfs/fuse/readonly"
|
||||
logging "gx/ipfs/QmRb5jh8z2E8hMGN2tkvs1yHynUanqnZ3UeKwgN1i9P1F8/go-log"
|
||||
)
|
||||
|
||||
var log = logging.Logger("node")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user