Skip to content

Commit d546157

Browse files
committed
fix(windows): detect platform in _create_build_files function
1 parent 36f8f6e commit d546157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolchains/wasm_toolchain.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ def _create_build_files(repository_ctx):
586586
"""Create BUILD files for the toolchain"""
587587

588588
strategy = repository_ctx.attr.strategy
589+
platform = _detect_host_platform(repository_ctx)
589590

590591
if strategy == "build":
591592
# For build strategy, reference external git repositories directly

0 commit comments

Comments
 (0)