Browse Source

both fixes ppc64,ppc64le

Yasuhiro Matsumoto 8 years ago
parent
commit
78c7b22ebf
2 changed files with 3 additions and 1 deletions
  1. 2 1
      isatty_linux_ppc64x.go
  2. 1 0
      isatty_others.go

+ 2 - 1
isatty_linux_ppc64x.go

@@ -1,4 +1,5 @@
-// +build linux,ppc64le
+// +build linux
+// +build ppc64 ppc64le
 
 package isatty
 

+ 1 - 0
isatty_others.go

@@ -1,5 +1,6 @@
 // +build !windows
 // +build !appengine
+// +build !ppc64
 // +build !ppc64le
 
 package isatty