Skip to content

Commit

Permalink
Fix the patch command for emsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jwendell committed Jan 19, 2021
1 parent 132bc6a commit cdd6853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ DEPENDENCY_REPOSITORIES_SPEC = dict(
version = "1.39",
sha256 = "4ac0f1f3de8b3f1373d435cd7e58bd94de4146e751f099732167749a229b443b",
patch_cmds = [
"[[ \"$(uname -m)\" == \"x86_64\" ]] && ./emsdk install 1.39.6-upstream && ./emsdk activate --embedded 1.39.6-upstream || true",
"if [[ \"$(uname -m)\" == \"x86_64\" ]]; then ./emsdk install 1.39.6-upstream && ./emsdk activate --embedded 1.39.6-upstream; fi",
],
strip_prefix = "emsdk-{version}.6",
urls = ["https://github.com/emscripten-core/emsdk/archive/{version}.6.tar.gz"],
Expand Down

0 comments on commit cdd6853

Please sign in to comment.