From d53e8fc0da9210b6c05b8886502b48d934c2384b Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Thu, 14 May 2020 04:42:36 -0400 Subject: [PATCH] router_darwin_support: we can build this on every platform. Our new build scripts try to build ipn-go-bridge on more than just linux and darwin, so let's enable this file so it can be successful on every platform. --- wgengine/router/router_darwin_support.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/wgengine/router/router_darwin_support.go b/wgengine/router/router_darwin_support.go index 9a3e0c864..506a6ba17 100644 --- a/wgengine/router/router_darwin_support.go +++ b/wgengine/router/router_darwin_support.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build linux darwin - package router // SetRoutesFunc applies the given router settings to the OS network