Browse Source

CI: Install swig and luajit for osx travis

Colin Edwards 7 years ago
parent
commit
d810e3dbfb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CI/install-dependencies-osx.sh

+ 1 - 1
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."