Merge pull request #1168 from DDRBoxman/osxscriptfix

CI: Install swig and luajit for osx travis
master
Jim 2018-01-22 08:48:29 -08:00 committed by GitHub
commit e0c8decb2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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."