Release 2.0.13 and update bazel toolchain (#694)
This change comes with fairly major change to the bazel toolchain. - Use pre-built cache that comes with emsdk - Mark cache as readonly using FROZEN_CACHE - Pass `--sysroot` to match upstream emscripten change
This commit is contained in:
@@ -2,6 +2,4 @@
|
||||
|
||||
export ROOT_DIR=`(pwd -P)`
|
||||
export EMSCRIPTEN=${ROOT_DIR}/external/emscripten/emscripten
|
||||
|
||||
export EM_CONFIG=${ROOT_DIR}/emscripten_toolchain/emscripten_config
|
||||
export EM_CACHE=${ROOT_DIR}/emscripten_toolchain/cache
|
||||
|
||||
Reference in New Issue
Block a user