mage: don't build plugins on linux
This commit is contained in:
parent
6b12210014
commit
e91d1bb2b1
4
mage.go
4
mage.go
|
@ -88,10 +88,6 @@ func Darwin() {
|
||||||
// Build builds the binaries for route and routed.
|
// Build builds the binaries for route and routed.
|
||||||
func Build() {
|
func Build() {
|
||||||
buildBins(runtime.GOOS, runtime.GOARCH)
|
buildBins(runtime.GOOS, runtime.GOARCH)
|
||||||
|
|
||||||
if runtime.GOOS == "linux" {
|
|
||||||
Plugin()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Plugin builds all of the plugins for programs wanting to augment themselves with route.
|
// Plugin builds all of the plugins for programs wanting to augment themselves with route.
|
||||||
|
|
Loading…
Reference in New Issue