Rename EMCC_CCACHE to _EMCC_CCACHE. (#762)

This commit is contained in:
juj
2021-03-17 17:26:19 +02:00
committed by GitHub
parent 0fe3d48f22
commit ac98ca3882

View File

@@ -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"
}