提交 5762955f authored 作者: Brian West's avatar Brian West

install ccache into path if it exists

上级 5b7c10d5
......@@ -5,6 +5,9 @@ export UNAME=`uname -s`
if [ "`id -u`" = "0" ]; then
if [ "${UNAME}" = "Linux" ]; then
if [ -d /usr/lib/ccache ]; then
export PATH="/usr/lib/ccache:$PATH"
fi
export PATH="$PATH:/opt/bin:/usr/local/bin:/usr/local/sbin:/usr/local/freeswitch/bin"
if [ -d /usr/src/freeswitch.git/support-d/utils ]; then
export PATH="/usr/src/freeswitch.git/support-d/utils:$PATH"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论