"platforms/vscode:/vscode.git/clone" did not exist on "e4728a2160d2f25ca108d7fddeb1dd20654e644e"
Commit ecf5f259 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

osx: remove ccache from before_install

parent 3df0d7fd
......@@ -13,16 +13,6 @@ source $MULTIBUILD_DIR/library_builders.sh
# config.sh can override any function defined here.
function before_install {
if [ $USE_CCACHE == 1 ]; then
brew install ccache
export PATH=/usr/local/opt/ccache/libexec:$PATH
export CCACHE_MAXSIZE=200M
export CCACHE_CPP2=1
# Prove to the developer that ccache is activated
which clang
fi
export CC=clang
export CXX=clang++
get_macpython_environment $MB_PYTHON_VERSION venv
......
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