We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94171c2 commit 0bccf62Copy full SHA for 0bccf62
lib/selects.bzl
@@ -20,7 +20,7 @@ _TRUE_TARGET = Label("//lib:always_true")
20
21
# Target which will always resolve to False. Referenced through a top-level alias
22
# so that it will work with WORKSPACE files in bazel.
23
-_FALSE_TARGET = "@bazel_skylib//lib:always_false"
+_FALSE_TARGET = Label("//lib:always_false")
24
25
def _with_or(input_dict, no_match_error = ""):
26
"""Drop-in replacement for `select()` that supports ORed keys.
0 commit comments