Skip to content

Commit

Permalink
Speculative fix for CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Dec 20, 2022
1 parent ea458fb commit 38164ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bazel/emscripten_toolchain/emscripten_config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import platform

ROOT_DIR = os.environ["ROOT_DIR"]
EMSCRIPTEN_ROOT = os.environ["EMSCRIPTEN"]
Expand All @@ -12,6 +11,5 @@ NODE_JS = os.path.join(ROOT_DIR, os.environ["NODE_JS"])
# are uploaded as the linked files, which means the cli.js cannot load its
# dependencies from the expected locations.
# See https://github.com/emscripten-core/emscripten/pull/16640 for more
if platform.system() != "Windows":
CLOSURE_COMPILER = [NODE_JS, os.path.join(EMSCRIPTEN_ROOT, "node_modules",
"google-closure-compiler", "cli.js")]
CLOSURE_COMPILER = [NODE_JS, os.path.join(EMSCRIPTEN_ROOT, "node_modules",
"google-closure-compiler", "cli.js")]

0 comments on commit 38164ca

Please sign in to comment.