Make sure that avr-gcc@7 gets linked into the path on MacOS.
This commit is contained in:
committed by
Drashna Jaelre
parent
2509039abf
commit
b1e74aee43
@ -126,5 +126,5 @@ For now, you need to rollback avr-gcc to 7 in brew.
|
||||
```
|
||||
brew uninstall --force avr-gcc
|
||||
brew install avr-gcc@7
|
||||
brew link avr-gcc@7
|
||||
brew link --force avr-gcc@7
|
||||
```
|
||||
|
Reference in New Issue
Block a user