Skip to content

Commit

Permalink
Add support for OpenBSD mips64 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit committed Jul 27, 2021
1 parent f73a158 commit c1836ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ztypes_openbsd_32bit_int.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//go:build (386 || amd64 || arm || arm64) && solaris
//go:build (386 || amd64 || arm || arm64 || mips64) && solaris
//+build openbsd
//+build 386 amd64 arm arm64
//+build 386 amd64 arm arm64 mips64

package pty

Expand Down

0 comments on commit c1836ea

Please sign in to comment.