mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
add bash to brewfile
Default bash on macOS is version 3, which does not support `define -A`, now used in `tests/arch/run-test.sh`. Use brew to install newer bash.
This commit is contained in:
parent
a2fa1654dc
commit
1668b0126b
1 changed files with 1 additions and 0 deletions
1
Brewfile
1
Brewfile
|
@ -8,3 +8,4 @@ brew "pkg-config"
|
|||
brew "python3"
|
||||
brew "tcl-tk"
|
||||
brew "xdot"
|
||||
brew "bash"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue