Commit 3d512ea7 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

FIX: update homebrew

parent 172d78ec
...@@ -336,6 +336,7 @@ function install_pkg_config { ...@@ -336,6 +336,7 @@ function install_pkg_config {
} }
function activate_ccache { function activate_ccache {
brew update
brew install ccache brew install ccache
export PATH=/usr/local/opt/ccache/libexec:$PATH export PATH=/usr/local/opt/ccache/libexec:$PATH
export CCACHE_MAXSIZE=200M export CCACHE_MAXSIZE=200M
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment