Skip to content

Commit ac98ca3

Browse files
authored
Rename EMCC_CCACHE to _EMCC_CCACHE. (#762)
1 parent 0fe3d48 commit ac98ca3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

emsdk_manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,8 @@
514514
"bitness": 64,
515515
"url": "https://github.com/juj/ccache.git",
516516
"git_branch": "emscripten",
517-
"activated_cfg": "EMCC_CCACHE=1",
518517
"activated_path": "%installation_dir%/bin",
519-
"activated_env": "EMCC_CCACHE=1;CCACHE_CONFIGPATH=%installation_dir%/emcc_ccache.conf",
518+
"activated_env": "_EMCC_CCACHE=1;CCACHE_CONFIGPATH=%installation_dir%/emcc_ccache.conf",
520519
"cmake_build_type": "Release",
521520
"custom_install_script": "build_ccache"
522521
}

0 commit comments

Comments
 (0)