Skip to content

Commit

Permalink
fix: condition on host
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Mar 23, 2022
1 parent 44d039d commit 3b27364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/private/toolchains_repo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ resolved_toolchain(name = "resolved_toolchain", visibility = ["//visibility:publ
build_content += """
toolchain(
name = "{platform}_toolchain",
exec_compatible_with = {compatible_with},
target_compatible_with = {compatible_with},
toolchain = "@{user_node_repository_name}_{platform}//:node_toolchain",
toolchain_type = "@rules_nodejs//nodejs:toolchain_type",
)
Expand Down

0 comments on commit 3b27364

Please sign in to comment.