Revise list of OSes which can redirect stderr - fixes #698
This commit is contained in:
parent
e19ba47875
commit
bfe6f299d0
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// Log the panic under unix to the log file
|
||||
|
||||
// +build darwin dragonfly freebsd linux nacl netbsd openbsd
|
||||
// +build !windows,!solaris,!plan9
|
||||
|
||||
package cmd
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@ rm -rf build
|
|||
export CGO_ENABLED=0
|
||||
|
||||
# Arch pairs we build for
|
||||
# gox -osarch-list for definitive list
|
||||
# gox -osarch-list - for definitive list
|
||||
# go tool dist list - or this
|
||||
|
||||
OSARCH="\
|
||||
windows/386
|
||||
|
|
Loading…
Reference in a new issue