mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
use ccache for jni if present
This commit is contained in:
parent
e6564c679c
commit
1b185d1575
1 changed files with 5 additions and 0 deletions
|
@ -89,5 +89,10 @@ LOCAL_LDLIBS := -L${SYSROOT}/usr/lib -llog -lz
|
|||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
ifneq ($(shell which ccache),)
|
||||
TARGET_CC = ccache $(TOOLCHAIN_PREFIX)gcc
|
||||
TARGET_CXX = ccache $(TOOLCHAIN_PREFIX)g++
|
||||
endif
|
||||
|
||||
COMMON_SRC_FILES :=
|
||||
COMMON_PATH :=
|
||||
|
|
Loading…
Reference in a new issue