mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-07 02:45:11 +08:00
[split] Move ccache plugin to oh-my-fish/plugin-ccache
https://github.com/oh-my-fish/plugin-ccache
This commit is contained in:
parent
bbbc08b953
commit
652612208a
@ -1,9 +0,0 @@
|
|||||||
# 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
|
|
Loading…
x
Reference in New Issue
Block a user