From 7010ccb2c9e9edf1272bdebe1ac9d12f43064e45 Mon Sep 17 00:00:00 2001 From: Oliver Beddows Date: Tue, 19 Dec 2017 02:35:28 +0100 Subject: [PATCH] Install bison and force link --- toolchains/install_darwin.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolchains/install_darwin.sh b/toolchains/install_darwin.sh index 9256abb..58f9573 100644 --- a/toolchains/install_darwin.sh +++ b/toolchains/install_darwin.sh @@ -32,5 +32,6 @@ CMDS=("ruby" "curl") check_cmds CMDS[@] ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -exec_cmd "brew install autoconf automake git libtool md5sha1sum n postgresql wget" +exec_cmd "brew install autoconf automake bison git libtool md5sha1sum n postgresql wget" +exec_cmd "brew link bison --force" exec_cmd "sudo n v6.12.2"