]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: detect gohostarch on ios/arm64
authorCherry Zhang <cherryyz@google.com>
Sat, 3 Oct 2020 01:57:24 +0000 (21:57 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 5 Oct 2020 15:39:19 +0000 (15:39 +0000)
commit059ca6185c19404e991cc7714b1df047fd78785f
tree3bb8210cd8760c80a112270654208c70a0551aeb
parent6f2c92e1e11b61dfede9ce861f2fe6217b5ce130
cmd/dist: detect gohostarch on ios/arm64

Add a case for gohostos == "ios" along with "darwin".

Updates #38485.

Change-Id: Ic7310e6c97d405f78a5e5db1a639860455e61327
Reviewed-on: https://go-review.googlesource.com/c/go/+/259337
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/dist/main.go