From e91d1bb2b1ae2f8016b935d52544f1cca371973f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 21 Jan 2018 10:01:22 -0800 Subject: [PATCH] mage: don't build plugins on linux --- mage.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mage.go b/mage.go index 9e96a74..d7a1dca 100644 --- a/mage.go +++ b/mage.go @@ -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.