This commit is contained in:
rusefi 2019-04-20 21:35:14 -04:00
parent eb5926e39a
commit 5be8a99ca0
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@ ifeq ($(DEBUG_LEVEL_OPT),)
endif
ifneq ($(CCACHE_DIR),)
ifeq ($(CCACHE_DIR),)
$(info No CCACHE_DIR)
else
$(info CCACHE_DIR is ${CCACHE_DIR})
CCPREFIX=ccache
endif