Skip to content

Commit

Permalink
Merge pull request #390 from llrocha/master
Browse files Browse the repository at this point in the history
Update to run go-flags on AIX
  • Loading branch information
jessevdk authored Jun 15, 2024
2 parents c82caff + 415ea36 commit 8f49639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion termsize.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !windows,!plan9,!appengine,!wasm
// +build !windows,!plan9,!appengine,!wasm,!aix

package flags

Expand Down
2 changes: 1 addition & 1 deletion termsize_nosysioctl.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build plan9 appengine wasm
// +build plan9 appengine wasm aix

package flags

Expand Down

0 comments on commit 8f49639

Please sign in to comment.