diff --git a/root_cgo_darwin.go b/root_cgo_darwin.go index 0f39879..f7c32a4 100644 --- a/root_cgo_darwin.go +++ b/root_cgo_darwin.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build cgo,darwin,!arm,!arm64,!ios +// +build cgo,darwin,!ios package syscerts diff --git a/root_darwin_armx.go b/root_darwin_armx.go index 5eca670..b64f90e 100644 --- a/root_darwin_armx.go +++ b/root_darwin_armx.go @@ -5,8 +5,7 @@ // license that can be found in the LICENSE file. // +build cgo -// +build darwin -// +build arm arm64 ios +// +build ios package syscerts