]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/dist,internal/platform: reenable the c-archive build mode on ios
authorBryan C. Mills <bcmills@google.com>
Wed, 1 Feb 2023 17:33:11 +0000 (12:33 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 1 Feb 2023 19:47:35 +0000 (19:47 +0000)
commitab0f0459da302a2c81c4c11a7b9b4387c15a7aa0
treebb0abbb925beb5d39627486f9237d27458d670b2
parent6224db9b4d6acbc04a357ef0505424d74b723233
cmd/dist,internal/platform: reenable the c-archive build mode on ios

Also fix misc/cgo/testcarchive to provide a missing CoreFoundation
dependency at link time.

Fixes #58221.
Updates #58172.
Updates #58225.

Change-Id: Ib8b6e52ed2914596615da4c427df2fe984722de6
Reviewed-on: https://go-review.googlesource.com/c/go/+/463752
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
misc/cgo/testcarchive/carchive_test.go
src/cmd/dist/test.go
src/internal/platform/supported.go