diff options
author | N. Engelhardt <nak@symbioticeda.com> | 2020-03-18 14:36:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 14:36:15 +0100 |
commit | 1668b0126bc5eb0496ad471b64351f8f6cb563f8 (patch) | |
tree | e991996d2aa172f2c3819e34c15875032c065a33 | |
parent | a2fa1654dcb20960cc0ae03dcad399d7c6b5f80a (diff) | |
download | yosys-1668b0126bc5eb0496ad471b64351f8f6cb563f8.tar.gz yosys-1668b0126bc5eb0496ad471b64351f8f6cb563f8.tar.bz2 yosys-1668b0126bc5eb0496ad471b64351f8f6cb563f8.zip |
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.
-rw-r--r-- | Brewfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ brew "pkg-config" brew "python3" brew "tcl-tk" brew "xdot" +brew "bash" |