提交 20b06a4c 作者: Jeromy Johnson

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

disable building fuse stuff on windows
......@@ -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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论