Skip to content
Snippets Groups Projects
Commit 65261220 authored by Justin Hileman's avatar Justin Hileman
Browse files

[split] Move ccache plugin to oh-my-fish/plugin-ccache

https://github.com/oh-my-fish/plugin-ccache
parent bbbc08b9
No related merge requests found
# Use ccache for building Android
# See: https://source.android.com/source/initializing.html#setting-up-ccache
set -gx USE_CCACHE 1
if test -n "$CCACHE_ROOT"
_prepend_path $CCACHE_ROOT
else
_prepend_path /usr/lib/ccache/bin
end
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