1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00

Merge pull request #6535 from ipfs/fix/5334

fix {net,open}bsd build by disabling fuse on openbsd
This commit is contained in:
Steven Allen
2019-07-22 16:36:02 -07:00
committed by GitHub
11 changed files with 29 additions and 10 deletions

View File

@ -20,8 +20,15 @@ SUPPORTED_PLATFORMS += linux-amd64
SUPPORTED_PLATFORMS += darwin-386
SUPPORTED_PLATFORMS += darwin-amd64
SUPPORTED_PLATFORMS += freebsd-386
SUPPORTED_PLATFORMS += freebsd-amd64
SUPPORTED_PLATFORMS += openbsd-386
SUPPORTED_PLATFORMS += openbsd-amd64
SUPPORTED_PLATFORMS += netbsd-386
SUPPORTED_PLATFORMS += netbsd-amd64
space:=
space+=
comma:=,