Skip to content

Commit

Permalink
Merge pull request #7722 from tzdybal/freebsd-plugins
Browse files Browse the repository at this point in the history
Add missing plugin support on FreeBSD
  • Loading branch information
aschmahmann committed Oct 16, 2020
2 parents e1e577f + 6b83bcd commit af089de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/loader/load_nocgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// +build !cgo,!noplugin
// +build linux darwin
// +build linux darwin freebsd

package loader

Expand Down
2 changes: 1 addition & 1 deletion plugin/loader/load_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// +build cgo,!noplugin
// +build linux darwin
// +build linux darwin freebsd

package loader

Expand Down

0 comments on commit af089de

Please sign in to comment.