提交 d421ec26 编写于 作者: A Andrey Kamaev

Android toolchain: fixed ccache search

上级 bbbe77e0
......@@ -692,8 +692,7 @@ endif()
# ccache support
__INIT_VARIABLE( NDK_CCACHE ENV_NDK_CCACHE )
if( NDK_CCACHE )
get_filename_component(NDK_CCACHE "${NDK_CCACHE}" ABSOLUTE)
set( NDK_CCACHE "${NDK_CCACHE}" CACHE PATH "The path to ccache binary" FORCE )
find_program(NDK_CCACHE "${NDK_CCACHE}" DOC "The path to ccache binary")
else()
unset( NDK_CCACHE )
endif()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册