Skip to content

Commit

Permalink
Merge pull request #1987 from t0ny-peng/iox-1986-fix-relative-path-wh…
Browse files Browse the repository at this point in the history
…en-loading-cpptoml

Use Label when loading cpptoml
  • Loading branch information
dkroenke committed Jun 6, 2023
2 parents 06799c9 + 381f664 commit 9e795aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/cpptoml/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def load_cpptoml_repositories():
sha256 = "23af72468cfd4040984d46a0dd2a609538579c78ddc429d6b8fd7a10a6e24403",
url = "https://github.com/skystrife/cpptoml/archive/refs/tags/v{version}.tar.gz".format(version = CPPTOML_VERSION),
strip_prefix = "cpptoml-{version}".format(version = CPPTOML_VERSION),
build_file = "//bazel/cpptoml:cpptoml.BUILD",
build_file = Label("//bazel/cpptoml:cpptoml.BUILD"),
)

0 comments on commit 9e795aa

Please sign in to comment.