mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-17 05:57:11 -04:00
Merge pull request #1168 from DDRBoxman/osxscriptfix
CI: Install swig and luajit for osx travis
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user