From d810e3dbfba587fa7813f26a0fa17ad756c8b306 Mon Sep 17 00:00:00 2001 From: Colin Edwards Date: Mon, 22 Jan 2018 10:34:43 -0600 Subject: [PATCH] CI: Install swig and luajit for osx travis --- CI/install-dependencies-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index 06a8694dd..cd2da21b0 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -17,7 +17,7 @@ sudo installer -pkg ./Packages.pkg -target / brew update #Base OBS Deps and ccache -brew install qt5 jack speexdsp ccache python3 +brew install qt5 jack speexdsp ccache python3 swig luajit export PATH=/usr/local/opt/ccache/libexec:$PATH ccache -s || echo "CCache is not available."