Skip to content

Commit

Permalink
Set FROZEN_CACHE to False (emscripten-core#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
gramidt committed Aug 12, 2021
1 parent 6d1efad commit c4b5055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/emscripten_toolchain/emscripten_config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ROOT_DIR = os.environ["ROOT_DIR"]
EMSCRIPTEN_ROOT = os.environ["EMSCRIPTEN"]
BINARYEN_ROOT = ROOT_DIR + "/" + os.environ["EM_BIN_PATH"]
LLVM_ROOT = BINARYEN_ROOT + "/bin"
FROZEN_CACHE = True
FROZEN_CACHE = False

system = platform.system()
nodejs_binary = "node.exe" if(system =="Windows") else "bin/node"
Expand Down

0 comments on commit c4b5055

Please sign in to comment.