Skip to content

Commit 0bccf62

Browse files
leovitchfmeum
andauthored
Update lib/selects.bzl
bzlmod compatibility Co-authored-by: Fabian Meumertzheim <[email protected]>
1 parent 94171c2 commit 0bccf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/selects.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _TRUE_TARGET = Label("//lib:always_true")
2020

2121
# Target which will always resolve to False. Referenced through a top-level alias
2222
# so that it will work with WORKSPACE files in bazel.
23-
_FALSE_TARGET = "@bazel_skylib//lib:always_false"
23+
_FALSE_TARGET = Label("//lib:always_false")
2424

2525
def _with_or(input_dict, no_match_error = ""):
2626
"""Drop-in replacement for `select()` that supports ORed keys.

0 commit comments

Comments
 (0)