Loading core/combo/select.mk +8 −3 Original line number Diff line number Diff line Loading @@ -63,7 +63,12 @@ include $(BUILD_COMBOS)/$(combo_target)$(combo_os_arch).mk ifneq ($(USE_CCACHE),) ccache := prebuilt/$(HOST_PREBUILT_TAG)/ccache/ccache # prepend ccache if necessary ifneq ($(ccache),$(firstword $($(combo_target)CC))) $(combo_target)CC := $(ccache) $($(combo_target)CC) endif ifneq ($(ccache),$(firstword $($(combo_target)CXX))) $(combo_target)CXX := $(ccache) $($(combo_target)CXX) endif ccache = endif Loading
core/combo/select.mk +8 −3 Original line number Diff line number Diff line Loading @@ -63,7 +63,12 @@ include $(BUILD_COMBOS)/$(combo_target)$(combo_os_arch).mk ifneq ($(USE_CCACHE),) ccache := prebuilt/$(HOST_PREBUILT_TAG)/ccache/ccache # prepend ccache if necessary ifneq ($(ccache),$(firstword $($(combo_target)CC))) $(combo_target)CC := $(ccache) $($(combo_target)CC) endif ifneq ($(ccache),$(firstword $($(combo_target)CXX))) $(combo_target)CXX := $(ccache) $($(combo_target)CXX) endif ccache = endif