Skip to content

Commit

Permalink
change bazel cpu symbol from wasm to wasm32
Browse files Browse the repository at this point in the history
this is referred from https://github.com/bazelbuild/platforms/blob/master/cpu/BUILD#L78

Change-Id: I2e33f45ee05c5e8d63104de98de15fb21ddc23e6
Reviewed-on: https://code-review.googlesource.com/c/re2/+/57470
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
Shikugawa authored and junyer committed Jun 26, 2020
1 parent 14d3193 commit b83705e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config_setting(

config_setting(
name = "wasm",
values = {"cpu": "wasm"},
values = {"cpu": "wasm32"},
)

config_setting(
Expand Down

0 comments on commit b83705e

Please sign in to comment.