Add ppc64le support

This commit is contained in:
Erik Dubbelboer
2020-11-05 09:32:07 +01:00
parent 00973e5c0a
commit 74bd13a169
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !amd64,!arm64,!ppc64
// +build !amd64,!arm64,!ppc64,!ppc64le
package fasthttp
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !amd64,!arm64,!ppc64
// +build !amd64,!arm64,!ppc64,!ppc64le
package fasthttp
+1 -1
View File
@@ -1,4 +1,4 @@
// +build amd64 arm64 ppc64
// +build amd64 arm64 ppc64 ppc64le
package fasthttp
+1 -1
View File
@@ -1,4 +1,4 @@
// +build amd64 arm64 ppc64
// +build amd64 arm64 ppc64 ppc64le
package fasthttp