mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
Fix build on DragonFlyBSD
License: MIT Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// +build linux darwin freebsd netbsd openbsd
|
||||
// +build linux darwin freebsd netbsd openbsd dragonfly
|
||||
// +build nofuse
|
||||
|
||||
package commands
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build linux darwin freebsd netbsd openbsd
|
||||
// +build linux darwin freebsd netbsd openbsd dragonfly
|
||||
// +build nofuse
|
||||
|
||||
package node
|
||||
|
Reference in New Issue
Block a user