Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto/x509: cannot build for iOS simulator #11736

Closed
crawshaw opened this issue Jul 16, 2015 · 1 comment
Closed

crypto/x509: cannot build for iOS simulator #11736

crawshaw opened this issue Jul 16, 2015 · 1 comment
Milestone

Comments

@crawshaw
Copy link
Member

The x509 package compiles on darwin/386 with the C flag -mmacosx-version-min=10.6, which is inappropriate for the iOS simulator (which also builds as darwin/386).

A tag-based fix is extremely easy, but I can understand if this is too late for Go 1.5.

@crawshaw crawshaw self-assigned this Jul 16, 2015
@crawshaw crawshaw added this to the Go1.5 milestone Jul 16, 2015
@gopherbot
Copy link

CL https://golang.org/cl/12301 mentions this issue.

@golang golang locked and limited conversation to collaborators Jul 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants