mirror of
https://github.com/rclone/rclone
synced 2024-11-28 06:41:41 +01:00
Revise list of OSes which can redirect stderr - fixes #698
This commit is contained in:
parent
e19ba47875
commit
bfe6f299d0
@ -1,6 +1,6 @@
|
|||||||
// Log the panic under unix to the log file
|
// Log the panic under unix to the log file
|
||||||
|
|
||||||
// +build darwin dragonfly freebsd linux nacl netbsd openbsd
|
// +build !windows,!solaris,!plan9
|
||||||
|
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
|
@ -17,7 +17,8 @@ rm -rf build
|
|||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
||||||
|
|
||||||
# Arch pairs we build for
|
# Arch pairs we build for
|
||||||
# gox -osarch-list for definitive list
|
# gox -osarch-list - for definitive list
|
||||||
|
# go tool dist list - or this
|
||||||
|
|
||||||
OSARCH="\
|
OSARCH="\
|
||||||
windows/386
|
windows/386
|
||||||
|
Loading…
Reference in New Issue
Block a user