Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71b5cc1b authored by Ying Wang's avatar Ying Wang
Browse files

Reference the new prebuilt ccache location.

Change-Id: I4450a8254fe82ed3a670ce653f49381d9c075c8e
parent ca1df5a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ ifneq ($(USE_CCACHE),)
  ifeq ($(HOST_OS)-$(BUILD_OS),windows-linux)
    CCACHE_HOST_TAG := linux-$(BUILD_ARCH)
  endif
  ccache := prebuilt/$(CCACHE_HOST_TAG)/ccache/ccache
  ccache := prebuilts/misc/$(CCACHE_HOST_TAG)/ccache/ccache
  # Check that the executable is here.
  ccache := $(strip $(wildcard $(ccache)))
  ifdef ccache