Skip to content

Commit

Permalink
Revise list of OSes which can redirect stderr - fixes #698
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Sep 19, 2016
1 parent e19ba47 commit bfe6f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/redirect_stderr_unix.go
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion cross-compile
Expand Up @@ -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
Expand Down

0 comments on commit bfe6f29

Please sign in to comment.