Commit 20b06a4c authored by Jeromy Johnson's avatar Jeromy Johnson

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

disable building fuse stuff on windows
parents c9d118c0 aa8c190d
......@@ -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
// +build !nofuse
// +build !windows
package mount
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment