mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2025-11-21 01:37:26 +00:00
Yacc is another forgotten dependency.
This commit is contained in:
@ -73,6 +73,7 @@ You have to have following packages installed in your system:
|
||||
* git
|
||||
* subversion
|
||||
* patch
|
||||
* yacc
|
||||
|
||||
*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.
|
||||
|
||||
|
||||
@ -201,6 +201,7 @@ def build():
|
||||
find_executable('patch')
|
||||
find_executable('make')
|
||||
find_executable('git')
|
||||
find_executable('yacc')
|
||||
|
||||
with cwd('{archives}'):
|
||||
for url in URLS:
|
||||
|
||||
Reference in New Issue
Block a user