Skip to content

Commit 0bab2e9

Browse files
committed
Yacc is another forgotten dependency.
1 parent dd4fafa commit 0bab2e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ You have to have following packages installed in your system:
7373
* git
7474
* subversion
7575
* patch
76+
* yacc
7677

7778
*For MacOSX users*: you'll likely need to have [MacPorts](http://www.macports.org) or [Homebrew](http://brew.sh) installed in order to build the toolchain.
7879

toolchain-m68k

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def build():
201201
find_executable('patch')
202202
find_executable('make')
203203
find_executable('git')
204+
find_executable('yacc')
204205

205206
with cwd('{archives}'):
206207
for url in URLS:

0 commit comments

Comments
 (0)