mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-19 12:26:15 +00:00
Merge pull request #473 from brahmaroutu/fix_ibm_power
Adding ppc64le build tag to compile on IBM Power
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build arm ppc64
|
||||
// +build arm ppc64 ppc64le
|
||||
|
||||
package bridge
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build !arm,!ppc64
|
||||
// +build !arm,!ppc64,!ppc64le
|
||||
|
||||
package bridge
|
||||
|
||||
|
||||
Reference in New Issue
Block a user