homebrew-avr icon indicating copy to clipboard operation
homebrew-avr copied to clipboard

simavr: fix tarball URL

Open fauxpark opened this issue 1 year ago • 1 comments
trafficstars

URL was incorrect. Also bumped to generate new bottles.

fauxpark avatar Mar 18 '24 04:03 fauxpark

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 avatar Mar 18 '24 05:03 fauxpark