-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Fix dialog on Big Sur #57871
Fix dialog on Big Sur #57871
Conversation
🤖 A scheduled task has triggered a merge. |
Thanks again @BytesGuy! 🎉 |
No problem 🙂 |
@claui is this commit already available via |
@claui I am getting the same error ( |
yes |
Can reproduce, am looking into it. Thanks for the pointer. |
@claui I have a fix for |
@BytesGuy If it helps in any way, I managed to get rid of the unwanted superenv shim reference by setting:
|
@claui yes, just tested it, works great. Thank you! |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Building
dialog
on Big Sur fails with:This PR enables the
--with-ncurses
configure flag to rectify this.Builds and tests fine on both Intel and Apple Silicon - on the latter this produces a native arm64 binary