mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Add missing plugin support on FreeBSD
Go plugins are supported on FreeBSD, but build tags in `plugin/loader/load_*.go` enable IPFS plugins only on Linux and Darwin.
This commit is contained in:
parent
00a08985b0
commit
6b83bcd60e
@ -1,5 +1,5 @@
|
||||
// +build !cgo,!noplugin
|
||||
// +build linux darwin
|
||||
// +build linux darwin freebsd
|
||||
|
||||
package loader
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// +build cgo,!noplugin
|
||||
// +build linux darwin
|
||||
// +build linux darwin freebsd
|
||||
|
||||
package loader
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user