From 0bab2e953a6820d11a072340bfc6f2ac48317926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Fri, 2 Oct 2015 06:46:32 +0200 Subject: [PATCH] Yacc is another forgotten dependency. --- README.md | 1 + toolchain-m68k | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b37b009..024e6c3 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/toolchain-m68k b/toolchain-m68k index 1a5b867..1de05ae 100755 --- a/toolchain-m68k +++ b/toolchain-m68k @@ -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: