Skip to content

Commit 09544a2

Browse files
authored
fix
1 parent e55bdc3 commit 09544a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tools/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ pip_compile(
55
name = "generate_requirements_txt",
66
requirements_in = "requirements.in",
77
requirements_txt = "requirements.txt",
8-
target_compatible_with = {
8+
target_compatible_with = select({
99
"@platforms//os:windows": ["@platforms//:incompatible"],
1010
"//conditions:default": [],
11-
},
11+
}),
1212
)
1313

1414
# Don't allow rules_go to compile the Go SDK with cgo enabled, as that

0 commit comments

Comments
 (0)