1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 09:52:20 +08:00

simple nofuse build tag to allow freebsd compilation and maybe pave the way towards windows as well

This commit is contained in:
Henry
2015-03-04 23:59:06 +01:00
parent 2d16d252ea
commit 66f1035d93
13 changed files with 197 additions and 116 deletions

View File

@ -1,3 +1,5 @@
// +build !nofuse
package readonly
import (

View File

@ -1,4 +1,4 @@
// +build linux darwin freebsd
// +build (linux darwin freebsd) and !nofuse
package readonly

View File

@ -1,4 +1,4 @@
// +build linux darwin freebsd
// +build (linux darwin freebsd) and !nofuse
// package fuse/readonly implements a fuse filesystem to access files
// stored inside of ipfs.