Merge pull request #199 from clnperez/ifrdatabyte-sign-pr
Fixing netlink build error on ppc64le with gccgo
This commit is contained in:
commit
c6b6be21c5
|
@ -1,4 +1,4 @@
|
|||
// +build arm ppc64
|
||||
// +build arm ppc64 ppc64le
|
||||
|
||||
package netlink
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !arm,!ppc64
|
||||
// +build !arm,!ppc64,!ppc64le
|
||||
|
||||
package netlink
|
||||
|
||||
|
|
Loading…
Reference in New Issue