Skip to content
Snippets Groups Projects
Commit ad05cf61 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Don't setup ccache - check on osx

parent 5aa8e6bf
No related branches found
No related tags found
1 merge request!42Staging
...@@ -194,10 +194,10 @@ prepare_build_env() { ...@@ -194,10 +194,10 @@ prepare_build_env() {
ln -sf ${use_ccache} ${ccache_bin}/cc ln -sf ${use_ccache} ${ccache_bin}/cc
ln -sf ${use_ccache} ${ccache_bin}/c++ ln -sf ${use_ccache} ${ccache_bin}/c++
fi fi
PATH=${ccache_bin}:${PATH}
export_env PATH
log_info "ccache installed at ${use_ccache}, caching compilations..."
use_gcc=`which gcc` use_gcc=`which gcc`
#PATH=${ccache_bin}:${PATH}
#export_env PATH
#log_info "ccache installed at ${use_ccache}, caching compilations..."
log_info "gcc installed at ${use_gcc}..." log_info "gcc installed at ${use_gcc}..."
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment