mage: don't build plugins on linux

This commit is contained in:
Cadey Ratio 2018-01-21 10:01:22 -08:00
parent 6b12210014
commit e91d1bb2b1
1 changed files with 0 additions and 4 deletions

View File

@ -88,10 +88,6 @@ func Darwin() {
// Build builds the binaries for route and routed.
func Build() {
buildBins(runtime.GOOS, runtime.GOARCH)
if runtime.GOOS == "linux" {
Plugin()
}
}
// Plugin builds all of the plugins for programs wanting to augment themselves with route.