Merge pull request #7722 from tzdybal/freebsd-plugins

Add missing plugin support on FreeBSD
This commit is contained in:
Adin Schmahmann 2020-10-16 13:20:32 -04:00 committed by GitHub
commit af089dee35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// +build !cgo,!noplugin
// +build linux darwin
// +build linux darwin freebsd
package loader

View File

@ -1,5 +1,5 @@
// +build cgo,!noplugin
// +build linux darwin
// +build linux darwin freebsd
package loader