Searched refs:HAS_CCACHE (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Tools/wasm/ | ||
H A D | wasm_build.py | 53 HAS_CCACHE = shutil.which("ccache") is not None variable 289 "EM_COMPILER_WRAPPER": "ccache" if HAS_CCACHE else None, |
Completed in 2 milliseconds