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

simavr: fix tarball URL #337

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

fauxpark
Copy link
Contributor

URL was incorrect. Also bumped to generate new bottles.

@fauxpark
Copy link
Contributor Author

fauxpark commented Mar 18, 2024

Looks like this is broken. The makefile logic checks that a folder exists in the cellar named avr-gcc*, which works in bash but not zsh:

   ifneq (${shell test -d $(HOMEBREW_PREFIX)/Cellar/avr-gcc* && echo Exists}, Exists)
    $(error Please install avr-gcc: brew tap osx-cross/homebrew-avr ; brew install avr-libc)
   endif

(The error message is also wrong; avr-libc no longer exists as a separate formula).

@fauxpark fauxpark marked this pull request as draft March 18, 2024 05:09
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

Successfully merging this pull request may close these issues.

None yet

1 participant