From bf8556ab868bfcdca51fd3201f6b9973f36ef31b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 18 Aug 2021 16:17:41 -0700 Subject: [PATCH] portlist: fix build tag to build only on macOS, not macOS+iOS. --- portlist/portlist_macos.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portlist/portlist_macos.go b/portlist/portlist_macos.go index 24aaaf6bb..82ba0b35d 100644 --- a/portlist/portlist_macos.go +++ b/portlist/portlist_macos.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build darwin -// +build darwin +//go:build darwin && !ios +// +build darwin,!ios package portlist