diff --git a/Makefile b/Makefile index 6cf57f581..f336c5eda 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/fuse/mount/fuse.go b/fuse/mount/fuse.go index 6e556978c..e4c1c18f5 100644 --- a/fuse/mount/fuse.go +++ b/fuse/mount/fuse.go @@ -1,4 +1,5 @@ // +build !nofuse +// +build !windows package mount