We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f8f6e commit d546157Copy full SHA for d546157
toolchains/wasm_toolchain.bzl
@@ -586,6 +586,7 @@ def _create_build_files(repository_ctx):
586
"""Create BUILD files for the toolchain"""
587
588
strategy = repository_ctx.attr.strategy
589
+ platform = _detect_host_platform(repository_ctx)
590
591
if strategy == "build":
592
# For build strategy, reference external git repositories directly
0 commit comments