From ac98ca38822a865cd6c0eb225309ed62aea5e1e5 Mon Sep 17 00:00:00 2001 From: juj Date: Wed, 17 Mar 2021 17:26:19 +0200 Subject: [PATCH] Rename EMCC_CCACHE to _EMCC_CCACHE. (#762) --- emsdk_manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index c344458..21b4508 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -514,9 +514,8 @@ "bitness": 64, "url": "https://github.com/juj/ccache.git", "git_branch": "emscripten", - "activated_cfg": "EMCC_CCACHE=1", "activated_path": "%installation_dir%/bin", - "activated_env": "EMCC_CCACHE=1;CCACHE_CONFIGPATH=%installation_dir%/emcc_ccache.conf", + "activated_env": "_EMCC_CCACHE=1;CCACHE_CONFIGPATH=%installation_dir%/emcc_ccache.conf", "cmake_build_type": "Release", "custom_install_script": "build_ccache" }