Fix darwin builds

[NO NEW TEST NEEDED] Cross compile should be enough.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2021-12-23 04:32:54 -05:00
parent 9f0f225581
commit c0aaea1296
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build linux
package netavark package netavark
import ( import (

View File

@ -1,3 +1,5 @@
// +build linux
package netavark package netavark
import ( import (

View File

@ -1,3 +1,5 @@
// +build linux
package netavark package netavark
import ( import (