We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070491a commit 381f664Copy full SHA for 381f664
bazel/cpptoml/repositories.bzl
@@ -30,5 +30,5 @@ def load_cpptoml_repositories():
30
sha256 = "23af72468cfd4040984d46a0dd2a609538579c78ddc429d6b8fd7a10a6e24403",
31
url = "https://github.com/skystrife/cpptoml/archive/refs/tags/v{version}.tar.gz".format(version = CPPTOML_VERSION),
32
strip_prefix = "cpptoml-{version}".format(version = CPPTOML_VERSION),
33
- build_file = "//bazel/cpptoml:cpptoml.BUILD",
+ build_file = Label("//bazel/cpptoml:cpptoml.BUILD"),
34
)
0 commit comments