2 lines
99 B
Bash
2 lines
99 B
Bash
export EM_CACHE=${EM_CACHE:-"/tmp/$(basename $(realpath $(dirname $(command -v emcc))/..))_cache"}
|