-
Notifications
You must be signed in to change notification settings - Fork 7
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
x86_64-apple-ios target #27
Comments
32-bit has been removed in iOS 11, we won't be supporting that (unless someone contributes it). Let's add two targets.
|
For the simulator there is another target that might be interesting (for ios simulators on arm-based macOS).
|
When the hacl* build changes in this PR landed we can continue here. |
Merged
3 tasks
Keeping this open for the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed, I looked up the necessary targets needed for iOS.
I think the two important ones are
aarch64-apple-ios
andx86_64-apple-ios
(simulator).For completeness, there are also these 32-bit targets (but I'm not sure how relevant they still are in practical terms):
armv7-apple-ios
,armv7s-apple-ios
,i386-apple-ios
(simulator)The text was updated successfully, but these errors were encountered: