Rename EMCC_CCACHE to _EMCC_CCACHE. (#762)
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" }