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

nassl fails to build on Apple Silicon #69

Closed
fxcoudert opened this issue Jan 7, 2021 · 1 comment
Closed

nassl fails to build on Apple Silicon #69

fxcoudert opened this issue Jan 7, 2021 · 1 comment

Comments

@fxcoudert
Copy link
Contributor

nassl is building openssl internally, and that does not go well:

OPENSSL LEGACY: Starting...
Configuring for darwin64-x86_64-cc

Full logs at Homebrew/homebrew-core#68487

@fxcoudert
Copy link
Contributor Author

Instead of darwin64-x86_64-cc it should be darwin64-arm64-cc on Apple Silicon (ARM CPU).
This new platform is supported since openssl 1.1.1i: openssl/openssl#12254

The problem in your code is here:

elif self.platform == SupportedPlatformEnum.OSX_64:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants