mirror of
https://github.com/creack/pty.git
synced 2026-04-01 02:57:06 +09:00
Fix typo in openbsd build constraint (#125)
I noticed this when building termshark with Go 1.17.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user