"vscode:/vscode.git/clone" did not exist on "ca7fd53362738bc297281fff67de0ff3dd20b195"
Commit 972ab26f authored by xoviat's avatar xoviat Committed by GitHub
Browse files

osx_utils: call activate_ccahe

parent 256ffe0e
......@@ -267,13 +267,7 @@ function set_py_vars {
function get_macpython_environment {
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
activate_ccache
fi
# Set up MacPython environment
# Parameters:
......
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