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:
parent
9f0f225581
commit
c0aaea1296
|
@ -1,3 +1,5 @@
|
|||
// +build linux
|
||||
|
||||
package netavark
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build linux
|
||||
|
||||
package netavark
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build linux
|
||||
|
||||
package netavark
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue