-
Notifications
You must be signed in to change notification settings - Fork 136
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
Readline macos #1156
Readline macos #1156
Conversation
For macOS Homebrew, readline is a keg. This change makes avrdude uses readline keg.
Update github action to use readline keg and not the default libedit under Homebrew
@MCUdude By the way, I will be interested to know if you encounter issues with git main, if you do not use @dl8dtl |
BTW, if this gets merged after testing, Wiki page (https://github.com/avrdudes/avrdude/wiki/Building-AVRDUDE-for-macOS) needs to be updated. Right now I do not have the rigths to update Wiki page. |
MacOS Big Sur 11.6.8 I can confirm that main's
But checking out @mcuee 's branch and running
|
@danapplegate |
This pull request adds the support for readline for the github action macOS Homebrew build. It will use readline keg instead of the system provided libedit.
It also updated
build.sh
to use readline keg (no need to usebrew link readline --force
.It should not affect MacPorts users.
Sign-off by xiaofanc@gmail.com