Browse Source

Also build darwin/386

Jakob Borg 10 years ago
parent
commit
e59c0f38d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build.sh

+ 1 - 0
build.sh

@@ -51,6 +51,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