Skip to content

Commit

Permalink
fix(bazel): updated to use workspace name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Jan 18, 2021
1 parent 30ff4ef commit 8252ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
workspace(name = "odict")

load("//bazel:odict_deps.bzl", "odict_deps")

odict_deps()
Expand Down
2 changes: 1 addition & 1 deletion bazel/odict_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def odict_deps():
sha256 = "8387afc2d09fb8ee35aff74d2b755632679fe3127caa946ec1263dc23ec68079",
strip_prefix = "native-utils-master",
urls = ["https://github.com/TheOpenDictionary/native-utils/archive/master.tar.gz"],
build_file = "//third_party:native_utils.bazel",
build_file = "@odict//third_party:native_utils.bazel",
)

maybe(
Expand Down

0 comments on commit 8252ac4

Please sign in to comment.