瀏覽代碼

Merge pull request #1863 from DDRBoxman/swig

CI: Use swig 3.0.12 on OSX
Colin Edwards 6 年之前
父節點
當前提交
4efb80de5f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      CI/install-dependencies-osx.sh

+ 2 - 1
CI/install-dependencies-osx.sh

@@ -26,8 +26,9 @@ sudo installer -pkg ./Packages.pkg -target /
 brew update
 
 #Base OBS Deps and ccache
-brew install jack speexdsp ccache [email protected] mbedtls
+brew install jack speexdsp ccache mbedtls
 brew install https://gist.githubusercontent.com/DDRBoxman/b3956fab6073335a4bf151db0dcbd4ad/raw/ed1342a8a86793ea8c10d8b4d712a654da121ace/qt.rb
+brew install https://gist.githubusercontent.com/DDRBoxman/4cada55c51803a2f963fa40ce55c9d3e/raw/572c67e908bfbc1bcb8c476ea77ea3935133f5b5/swig.rb
 
 export PATH=/usr/local/opt/ccache/libexec:$PATH
 ccache -s || echo "CCache is not available."