Skip to content

Commit 381f664

Browse files
committed
iox-eclipse-iceoryx#1986 Use Label when loading cpptoml
1 parent 070491a commit 381f664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/cpptoml/repositories.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def load_cpptoml_repositories():
3030
sha256 = "23af72468cfd4040984d46a0dd2a609538579c78ddc429d6b8fd7a10a6e24403",
3131
url = "https://github.com/skystrife/cpptoml/archive/refs/tags/v{version}.tar.gz".format(version = CPPTOML_VERSION),
3232
strip_prefix = "cpptoml-{version}".format(version = CPPTOML_VERSION),
33-
build_file = "//bazel/cpptoml:cpptoml.BUILD",
33+
build_file = Label("//bazel/cpptoml:cpptoml.BUILD"),
3434
)

0 commit comments

Comments
 (0)