Merge pull request #6439 from fd/fix/plugins/enable-darwin

Load plugins on darwin/macOS
This commit is contained in:
Steven Allen 2019-06-12 09:38:38 -07:00 committed by GitHub
commit dd4ced2530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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