Skip to content

Commit

Permalink
Merge pull request #23 from Zemnmez/fix-ibazel
Browse files Browse the repository at this point in the history
fix ibazel
  • Loading branch information
Zemnmez authored Aug 23, 2021
2 parents 7f70d97 + b9ec0c0 commit 63f2606
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Bazel workspace created by @bazel/create 3.7.0


# Needed by Protobuf
bind(
name = "python_headers",
actual = "@com_google_protobuf//:protobuf_headers",
)

# Declares that this directory is the root of a Bazel workspace.
# See https://docs.bazel.build/versions/master/build-ref.html#workspace
workspace(
Expand Down Expand Up @@ -103,3 +110,4 @@ rules_typescript_proto_dependencies()
load("@npm//@bazel/labs:package.bzl", "npm_bazel_labs_dependencies")

npm_bazel_labs_dependencies()

0 comments on commit 63f2606

Please sign in to comment.