build.sh is a shim

This commit is contained in:
Jakob Borg
2014-08-18 22:05:26 +02:00
parent 580fccbfca
commit b221e4d445
2 changed files with 51 additions and 206 deletions

View File

@@ -193,6 +193,9 @@ func setBuildEnv() {
} else {
os.Setenv("GOARCH", goarch)
}
if goarch == "386" {
os.Setenv("GO386", "387")
}
}
func assets() {