Build applehv for Intel Macs

Changes build tags to allow the applehv code to be built for Intel Macs

[NO NEW TESTS NEEDED]

Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
This commit is contained in:
Jake Correnti 2023-09-29 09:54:57 -04:00
parent 87dd939334
commit 85ed9eddef
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
//go:build (amd64 && !windows && amd64 && !darwin) || (arm64 && !windows && arm64 && !darwin) || (amd64 && darwin)
//go:build !windows && !darwin
package provider

View File

@ -1,5 +1,3 @@
//go:build darwin && arm64
package provider
import (