Skip to content

Commit

Permalink
Fix typo in openbsd build constraint (#125)
Browse files Browse the repository at this point in the history
I noticed this when building termshark with Go 1.17.
  • Loading branch information
gcla committed Aug 21, 2021
1 parent c1836ea commit 8ac0cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ztypes_openbsd_32bit_int.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (386 || amd64 || arm || arm64 || mips64) && solaris
//go:build (386 || amd64 || arm || arm64 || mips64) && openbsd
//+build openbsd
//+build 386 amd64 arm arm64 mips64

Expand Down

0 comments on commit 8ac0cc1

Please sign in to comment.