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
6 lines
169 B
Bash
Executable File
6 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export ROOT_DIR=`(pwd -P)`
|
|
export EMSCRIPTEN=${ROOT_DIR}/external/emscripten/emscripten
|
|
export EM_CONFIG=${ROOT_DIR}/emscripten_toolchain/emscripten_config
|