@cryptotaxi247 / kubo / commits / e069af1ac

disable building fuse stuff on windows

License: MIT Signed-off-by: Jeromy Johnson <why@ipfs.io>

Jeromy Johnson committed Nov 23, 2015 at 11:01 UTC e069af1acaaf15b3c2503e47929f592c20cd53c1
1 file changed +1
fuse/mount/fuse.go
+1
@@ -1,4 +1,5 @@
1 // +build !nofuse
2 +// +build !windows
3
4 package mount
5