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:
@ -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:=,
|
||||
|
Reference in New Issue
Block a user