Skip to content

Commit

Permalink
Merge pull request #189 from n2vi/openbsd-arch-free
Browse files Browse the repository at this point in the history
ztypes_openbsd_32bit_int.go: remove arch list
  • Loading branch information
creack authored Feb 28, 2024
2 parents 03db72c + 3c9ed8d commit 08e77a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ztypes_openbsd_32bit_int.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build (386 || amd64 || arm || arm64 || mips64) && openbsd
// +build 386 amd64 arm arm64 mips64
//go:build openbsd
// +build openbsd

package pty
Expand Down

2 comments on commit 08e77a0

@qbit
Copy link
Contributor

@qbit qbit commented on 08e77a0 Aug 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be possible to get a new version tagged with this fix?

@creack
Copy link
Owner Author

@creack creack commented on 08e77a0 Aug 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Please sign in to comment.