-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
homebrew prerequisite [email protected] is disabled #3081
Comments
Above is the error log that i get when facing the same issue |
yup, I am completely stuck and unable to build because of this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
prerequisites.py line 265
OpenSSLPrerequisite() defines the following variable
homebrew_formula_name = "[email protected]"
This formula has been disabled in homebrew
(https://formulae.brew.sh/formula/[email protected])
I manually changed the value to
homebrew_formula_name = "openssl@3"
Now the Prerequisite can be met.
The text was updated successfully, but these errors were encountered: