From b92d9abab685be9b76fe35a68b7135fadb8d1155 Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Fri, 16 Feb 2024 10:13:01 -0800 Subject: [PATCH] Add activated_cfg for ccache --- emsdk_manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index 89f0582b09..451d85ddba 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -633,6 +633,7 @@ "bitness": 64, "url": "https://github.com/juj/ccache.git", "git_branch": "emscripten", + "activated_cfg": "CCACHE=%installation_dir%/bin", "activated_path": "%installation_dir%/bin", "activated_env": "_EMCC_CCACHE=1;CCACHE_CONFIGPATH=%installation_dir%/emcc_ccache.conf", "cmake_build_type": "Release",