1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

Merge pull request #1999 from ipfs/fix/no-fuse-windows

disable building fuse stuff on windows
This commit is contained in:
Jeromy Johnson
2015-11-23 15:32:13 -08:00
2 changed files with 2 additions and 1 deletions

View File

@ -74,5 +74,5 @@ test_all_commits_travis:
# since we have CI for osx and linux but not windows, this should help
windows_build_check:
GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe -tags=nofuse ./cmd/ipfs
GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe ./cmd/ipfs
rm .test.ipfs.exe

View File

@ -1,4 +1,5 @@
// +build !nofuse
// +build !windows
package mount