Skip to content

Commit 09d5f98

Browse files
committed
test: tmp for repro
1 parent fc5898c commit 09d5f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/node/node_repositories.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def _prepare_node(repository_ctx):
197197
"""
198198

199199
# TODO: Maybe we want to encode the OS as a specific attribute rather than do it based on naming?
200-
is_windows = "_windows_" in repository_ctx.attr.name
200+
is_windows = is_windows_os(repository_ctx) or "_windows_" in repository_ctx.attr.name
201201
if repository_ctx.attr.vendored_node:
202202
node_exec = "/".join([f for f in [
203203
"../../..",

0 commit comments

Comments
 (0)