Updates for Go 1.5

This commit is contained in:
Jakob Borg
2015-08-06 09:02:24 +02:00
parent 7d620a93b9
commit 0a803891a4
2 changed files with 25 additions and 15 deletions

View File

@@ -64,9 +64,7 @@ case "${1:-default}" in
all)
go run build.go -goos darwin -goarch amd64 tar
go run build.go -goos darwin -goarch 386 tar
go run build.go -goos dragonfly -goarch 386 tar
go run build.go -goos dragonfly -goarch amd64 tar
go run build.go -goos freebsd -goarch 386 tar