Skip to content

Commit 11b91d5

Browse files
committed
another try for bison
1 parent 816382d commit 11b91d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
bison -V
22
brew unlink bison
3+
brew install bison
34
echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> ~/.bashrc
4-
export PATH=/usr/local/Cellar/bison/3.0.4/bin:$PATH
5+
export PATH=/usr/local/opt/bison/bin:$PATH
56
export LDFLAGS="-L/usr/local/opt/bison/lib"
67
source ~/.bashrc
78
bison -V

0 commit comments

Comments
 (0)