浏览代码

CI: Install swig and luajit for osx travis

Colin Edwards 7 年之前
父节点
当前提交
d810e3dbfb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 brew update
 
 
 #Base OBS Deps and ccache
 #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
 export PATH=/usr/local/opt/ccache/libexec:$PATH
 ccache -s || echo "CCache is not available."
 ccache -s || echo "CCache is not available."