Skip to content

Commit

Permalink
add support for architectures other than x86
Browse files Browse the repository at this point in the history
(only tested on arm/arm64)
  • Loading branch information
cbrake committed Dec 12, 2018
1 parent fadb2db commit ea2e83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion usbdef32_linux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !amd64
// +build 386 amd64p32 arm armbe mips mipsle mips64p32 mips64p32le ppc s390 sparc

package hid

Expand Down
2 changes: 1 addition & 1 deletion usbdef64_linux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build amd64
// +build amd64 arm64 arm64be ppc64 ppc64le mips64 mips64le s390x sparc64

package hid

Expand Down

0 comments on commit ea2e83e

Please sign in to comment.